Roland Häder [Tue, 25 Aug 2009 22:19:14 +0000 (22:19 +0000)]
Missing birthday elements added, missing config added
- Missing birth_day, birth_month and birth_year added to registration and
profile command class
- A lot missing configuration entries added
- Some more double quotes converted to single quotes
Roland Häder [Sat, 22 Aug 2009 12:46:58 +0000 (12:46 +0000)]
Missing class/config entries added, execeute() implemented, some rewrites:
- Missing menu class for failed login attempt (e.g. expired auth cookie) added
- execute() method (partly) implemented in government commands
- Double quotes to single converted
- Misc minor rewrites
Roland Häder [Sat, 22 Aug 2009 00:47:17 +0000 (00:47 +0000)]
NPE catched, double->single converted:
- NPE in ShipSimuMember class catched
- Double quotes to single quotes converted in templates
- Output of current points amount added
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