Roland Häder [Wed, 19 Nov 2008 21:48:25 +0000 (21:48 +0000)]
A lot rewrites and fixes for weak redirect methods
- Explicit exit() function added after all redirect calls for weak
implementations. But normally we have strong implementations...
- All filters, actions and commands now have a
Base<short_app_name>Filter|Action|Command class
- Invalid 'company' entries removed from non-shipsimu templates
- More missing classes and config enttries added (mainly to blog software)
- Some other minor improvements/fixes
Roland Häder [Wed, 19 Nov 2008 19:18:06 +0000 (19:18 +0000)]
Some minor improvements, typo fixed:
- Typo in exception handler fixed
- Application selector does now have updated starter.php and exception/assertion
handlers
Roland Häder [Tue, 18 Nov 2008 23:32:48 +0000 (23:32 +0000)]
Blog login area fixed, missing classes added
- Missing class WebBlogLoginWelcomeAction added to make the blog working again
- Missing config entries added
- Ship Simu code parts removed from blog template
- Missing command class for Ship Simu added
- Minor template fixes
Roland Häder [Tue, 18 Nov 2008 22:53:49 +0000 (22:53 +0000)]
Some minor improvements:
- Password verifier filter now supports 'pass_old' and 'password' field, we
should rewrite this anyway.
- Variable renamed from oldHash to currentHash
Roland Häder [Tue, 18 Nov 2008 17:32:21 +0000 (17:32 +0000)]
Filteres rewritten, birthday added, some fixes:
- Birthday (day and month as 2-digit number and year as 4-digit number) added
- All filters now extends the BaseFilter class
- Typo (Startuphilfe -> Starthilfe) fixed
- Minor improvements
Roland Häder [Sun, 16 Nov 2008 01:13:24 +0000 (01:13 +0000)]
Typos fixed and special command resolver are now possible
- Two typos fixed: In terms like "if the" and "in the" >the< has been removed
- If a special "page" depending web command resolver is found it will be used
- Otherwise the default command resolver WebCommandResolver will be used as fall-back
- Some minor fixes
- TODO extended with a good "naming convention idea"
Roland Häder [Sat, 15 Nov 2008 21:08:05 +0000 (21:08 +0000)]
More improvements and fixes:
- CAPTCHA added to profile page
- Action for profile page added
- User status re-fixed...
- Form for training payed by goverment added (unfinished)
- Web link/form/base helper fixed/improved
Roland Häder [Sat, 15 Nov 2008 18:42:03 +0000 (18:42 +0000)]
- XHTML errors/warnings fixed in some pages
- Auto-close/open HTML comments added for debugging
- Form-stub for training payed by goverment added
- Some rewrites (do we want "=== false" or "!== true" in boolean expressions?)
Roland Häder [Thu, 13 Nov 2008 20:32:23 +0000 (20:32 +0000)]
Again, a commit! ;-)
- Maximum count of startup helps the goverment is willing to pay added
- User id partly added (stub message)
- Some other minor rewrites
Roland Häder [Sat, 1 Nov 2008 19:43:41 +0000 (19:43 +0000)]
Some comments updated. Yeah, yet another useless commit. I need some ideas how continue with WebAdminLoginWelcomeAction::addExtraFilters() here. ICQ: 8809296
Roland Häder [Sun, 26 Oct 2008 16:14:52 +0000 (16:14 +0000)]
A lot naming conventions applied:
- All action templates and classes now contains the application name
- This is needed for the admin area where we need to add special filters for
user rights validation
- Class "BaseApplication" added which registers the ApplicationHelper class
for later usage.
- Some minor fixes
Roland Häder [Sun, 5 Oct 2008 18:28:05 +0000 (18:28 +0000)]
Payment introduced, minor rewrites
- Payment system introduced (not finished)
- Refill page prepared for payment system
- Methods addCriteria() first parameter is now in ", not in '
- Minor improvements
Roland Häder [Tue, 1 Jul 2008 20:08:45 +0000 (20:08 +0000)]
More game classes added:
- Class for simplified goverment added (all-in-one goverment!)
- Special classes for Ship-Simu added with game-specific methods
- Template for company page rewritten
- Method moved from FrameworkInterface to Updateable
- Database wrapper classes added for user points
- Generic class UserPoints added
Roland Häder [Mon, 30 Jun 2008 13:56:24 +0000 (13:56 +0000)]
Email address confirmation now working (not in registration):
- Confirmation link extended with username to make looking the user account
up much more easier
- Confirmation of email address now working but still no email is send in
registration procedure
- Current user's status now displayed in login area
- Some minor code rewrites
Roland Häder [Sun, 29 Jun 2008 23:38:35 +0000 (23:38 +0000)]
Debug mailer finished and debug messages removed:
- The class DebugMailer is now 99% ready. It outputs the sent mail but has not
been tested with multiple mails
- Confirmation mail is now basicly done
- A lot debug messages removed/rewritten
- Two generic methods added to interface FrameworkInterface
- XML headers added to XML templates