Directory inc/classes/main/commands/web/

Directory Deleted:
2008-11-20 01:39
Total Files:
0
Deleted Files:
12
Lines of Code:
0

[root]/inc/classes/main/commands/web

Lines of Code

inc/classes/main/commands/web/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 135 (100.0%) 1529 (100.0%) 11.3

Most Recent Commits

quix0r 2008-11-20 01:39 Rev.: 329

Moved to repository "core" (not yet fully setup!)

0 lines of code changed in 12 files:

  • inc/classes/main/commands/web: class_ (del), class_LocalHomeCommand.php (del), class_WebConfirmCommand.php (del), class_WebDoFormCommand.php (del), class_WebHomeCommand.php (del), class_WebLoginAreaCommand.php (del), class_WebLoginCommand.php (del), class_WebLoginFailedCommand.php (del), class_WebLogoutCommand.php (del), class_WebLogoutDoneCommand.php (del), class_WebRegisterCommand.php (del), class_WebResendLinkCommand.php (del)
quix0r 2008-11-19 23:48 Rev.: 328

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

4 lines of code changed in 2 files:

  • inc/classes/main/commands/web: class_WebLogoutCommand.php (+3), class_WebResendLinkCommand.php (+1 -1)
quix0r 2008-11-16 03:13 Rev.: 316

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"

84 lines of code changed in 8 files:

  • inc/classes/main/commands/web: class_ (new 77), class_WebConfirmCommand.php (+1 -1), class_WebHomeCommand.php (+1 -1), class_WebLoginAreaCommand.php (+1 -1), class_WebLoginCommand.php (+1 -1), class_WebLoginFailedCommand.php (+1 -1), class_WebLogoutDoneCommand.php (+1 -1), class_WebRegisterCommand.php (+1 -1)
quix0r 2008-11-14 23:39 Rev.: 310

A performed action now always requires an action class

9 lines of code changed in 1 file:

  • inc/classes/main/commands/web: class_WebLoginAreaCommand.php (+9 -14)
quix0r 2008-10-26 18:14 Rev.: 300

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

14 lines of code changed in 1 file:

  • inc/classes/main/commands/web: class_WebLoginAreaCommand.php (+14 -2)
quix0r 2008-10-01 23:08 Rev.: 286

Filter classes now ends with _filter in config entry

1 lines of code changed in 1 file:

  • inc/classes/main/commands/web: class_WebResendLinkCommand.php (+1 -1)
quix0r 2008-09-19 21:10 Rev.: 282

Fixes for image generation

6 lines of code changed in 2 files:

  • inc/classes/main/commands/web: class_WebLoginFailedCommand.php (+3), class_WebLogoutDoneCommand.php (+3)
quix0r 2008-08-26 16:58 Rev.: 278

Logout procedure rewritten to logout controller and command

86 lines of code changed in 1 file:

  • inc/classes/main/commands/web: class_WebLogoutCommand.php (new 86)
quix0r 2008-08-05 16:20 Rev.: 248

generateUniqueId() and more useless/deprecated methods removed, code speed-up, link helper improved

0 lines of code changed in 9 files:

  • inc/classes/main/commands/web: class_WebConfirmCommand.php (-9), class_WebDoFormCommand.php (-9), class_WebHomeCommand.php (-9), class_WebLoginAreaCommand.php (-9), class_WebLoginCommand.php (-9), class_WebLoginFailedCommand.php (-9), class_WebLogoutDoneCommand.php (-9), class_WebRegisterCommand.php (-9), class_WebResendLinkCommand.php (-9)
quix0r 2008-07-01 10:33 Rev.: 241

User class renamed to Member and it's interface

7 lines of code changed in 2 files:

  • inc/classes/main/commands/web: class_WebHomeCommand.php (+3), class_WebResendLinkCommand.php (+4 -4)
quix0r 2008-06-30 15:56 Rev.: 237

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

138 lines of code changed in 1 file:

  • inc/classes/main/commands/web: class_WebConfirmCommand.php (new 138)
quix0r 2008-06-30 01:38 Rev.: 235

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

25 lines of code changed in 1 file:

  • inc/classes/main/commands/web: class_WebResendLinkCommand.php (+25 -19)
quix0r 2008-06-28 22:58 Rev.: 231

Confirmation hash now assigned with template engine

3 lines of code changed in 1 file:

  • inc/classes/main/commands/web: class_WebResendLinkCommand.php (+3)
quix0r 2008-06-28 22:49 Rev.: 230

User class / resending of confirm link updated:
- If the provided email address for resending confirmation link is missing the
filter will now redirect to a configurable URL
- New exception InvalidInterfaceException which will be thrown if a required
interface is not implemented
- Resend link does now create a new hash and updates the user table
- Method BaseUser::ifEmailAddressExists() does now fix empty username attribute
- New method User::updateDatabaseField() added which updates database table
columns with specified values
- Minor fixes applied

25 lines of code changed in 1 file:

  • inc/classes/main/commands/web: class_WebResendLinkCommand.php (+25)
quix0r 2008-06-28 21:28 Rev.: 227

DebugMailer classes extended, again some minor fixes:
- New methods added to interface DeliverableMail
- Minor fixes to MemoryCache (really minor)
- Base mailer now holds some generic methods which are specified in above
interface
- DebugMailer class with stubs
- Mail templates shall now be in own XML format

14 lines of code changed in 1 file:

  • inc/classes/main/commands/web: class_WebResendLinkCommand.php (+14 -2)
quix0r 2008-06-28 19:33 Rev.: 226

Login area extended and misc things changed:
- Ship-Simu's action classes moved to sub directory "ship-simu"
- Action for listing shipping companies added which redirects if you have not
confirmed your email address.
- Template for above action created
- In responses, variable $templateEngine rewritten to $templateInstance and
removed due to we already have such getter/setter in BaseFrameworkSystem
- Several smaller improvements

13 lines of code changed in 7 files:

  • inc/classes/main/commands/web: class_WebHomeCommand.php (+1 -1), class_WebLoginAreaCommand.php (+1 -1), class_WebLoginCommand.php (+1 -1), class_WebLoginFailedCommand.php (+1 -1), class_WebLogoutDoneCommand.php (+1 -1), class_WebRegisterCommand.php (+1 -1), class_WebResendLinkCommand.php (+7 -4)
quix0r 2008-06-28 18:41 Rev.: 225

All actions now have a prefix 'action_'

2 lines of code changed in 1 file:

  • inc/classes/main/commands/web: class_WebLoginAreaCommand.php (+2 -2)
quix0r 2008-06-27 20:28 Rev.: 219

More conventions than code added:
- Copyright line fixed (space added, sorry guys!)
- Doc tags fixed in a lot files
- Arrays send to exceptions are now all $msgArray called
- BaseHelper class now contains generic methods from WebFormHelper class
- BaseWebHelper added which holds "web-generic" methods and attributes
- Due to these changes, the WebFormHelper is now cleared from generic methods

8 lines of code changed in 8 files:

  • inc/classes/main/commands/web: class_WebDoFormCommand.php (+1 -1), class_WebHomeCommand.php (+1 -1), class_WebLoginAreaCommand.php (+1 -1), class_WebLoginCommand.php (+1 -1), class_WebLoginFailedCommand.php (+1 -1), class_WebLogoutDoneCommand.php (+1 -1), class_WebRegisterCommand.php (+1 -1), class_WebResendLinkCommand.php (+1 -1)
quix0r 2008-06-26 19:51 Rev.: 216

CAPTCHA now works in registration form

1 lines of code changed in 1 file:

  • inc/classes/main/commands/web: class_WebRegisterCommand.php (+1 -1)
quix0r 2008-06-25 20:59 Rev.: 213

Packager script for latest dev version added, misc fixes, captcha verifier filter added with stubs

39 lines of code changed in 7 files:

  • inc/classes/main/commands/web: class_WebHomeCommand.php (+7 -7), class_WebLoginAreaCommand.php (+7 -7), class_WebLoginCommand.php (+6 -6), class_WebLoginFailedCommand.php (+6 -6), class_WebLogoutDoneCommand.php (+6 -6), class_WebRegisterCommand.php (+6 -6), class_WebResendLinkCommand.php (+1 -1)
quix0r 2008-06-23 23:00 Rev.: 201

Final fixes for variable inserting

1 lines of code changed in 1 file:

  • inc/classes/main/commands/web: class_WebDoFormCommand.php (+1 -1)
quix0r 2008-06-23 20:05 Rev.: 199

Image generator added, first CAPTCHA added with missing controller (partly work)

3 lines of code changed in 1 file:

  • inc/classes/main/commands/web: class_WebRegisterCommand.php (+3)
quix0r 2008-06-22 16:44 Rev.: 194

Graphical code CAPTCHA partly finished, crypto class supports encryption/decryption via mcrypt functions, assertions added

4 lines of code changed in 1 file:

  • inc/classes/main/commands/web: class_WebRegisterCommand.php (+4 -1)
quix0r 2008-06-22 11:42 Rev.: 193

Login form now links to registration

3 lines of code changed in 1 file:

  • inc/classes/main/commands/web: class_WebLoginCommand.php (+3)
quix0r 2008-06-21 23:01 Rev.: 191

A lot debug messages removed, mailer with stubs added, resend link basicly finished - except mailing

49 lines of code changed in 8 files:

  • inc/classes/main/commands/web: class_WebDoFormCommand.php (+4 -4), class_WebHomeCommand.php (+4 -4), class_WebLoginAreaCommand.php (+4 -4), class_WebLoginCommand.php (+4 -4), class_WebLoginFailedCommand.php (+4 -4), class_WebLogoutDoneCommand.php (+4 -4), class_WebRegisterCommand.php (+4 -4), class_WebResendLinkCommand.php (+21 -5)
quix0r 2008-06-21 21:29 Rev.: 189

Re-added with access protection

86 lines of code changed in 2 files:

  • inc/classes/main/commands/web: class_WebLoginAreaCommand.php (-1), class_WebResendLinkCommand.php (new 86)
quix0r 2008-06-21 19:15 Rev.: 184

Class/method doc-tags fixed

1 lines of code changed in 1 file:

  • inc/classes/main/commands/web: class_WebLoginAreaCommand.php (+1 -1)
quix0r 2008-06-21 16:44 Rev.: 183

ToDo tags now all lower-case

1 lines of code changed in 1 file:

  • inc/classes/main/commands/web: class_WebLoginAreaCommand.php (+1 -1)
quix0r 2008-06-20 23:34 Rev.: 178

URL for unconfirmed accounts fixed, method call of non-object fixed

5 lines of code changed in 1 file:

  • inc/classes/main/commands/web: class_WebLoginAreaCommand.php (+5 -2)
quix0r 2008-06-20 23:25 Rev.: 176

Actions (so called sub-commands) may now have own pre/post filter, profile update is only to confirmed acctions available

58 lines of code changed in 7 files:

  • inc/classes/main/commands/web: class_WebDoFormCommand.php (+2 -1), class_WebHomeCommand.php (+2 -1), class_WebLoginAreaCommand.php (+46 -21), class_WebLoginCommand.php (+2 -1), class_WebLoginFailedCommand.php (+2 -1), class_WebLogoutDoneCommand.php (+2 -1), class_WebRegisterCommand.php (+2 -1)
quix0r 2008-06-20 20:04 Rev.: 171

Deug backtraces centralized

1 lines of code changed in 1 file:

  • inc/classes/main/commands/web: class_WebDoFormCommand.php (+1 -3)
quix0r 2008-06-20 18:10 Rev.: 167

Simple exception handler and error handler added, profile update added with stubs

77 lines of code changed in 7 files:

  • inc/classes/main/commands/web: class_WebDoFormCommand.php (+11), class_WebHomeCommand.php (+10), class_WebLoginAreaCommand.php (+16 -3), class_WebLoginCommand.php (+10), class_WebLoginFailedCommand.php (+10), class_WebLogoutDoneCommand.php (+10), class_WebRegisterCommand.php (+10)
quix0r 2008-06-19 19:11 Rev.: 161

Logout procedure basicly finished, login area splitted in main and action-dependent templates

136 lines of code changed in 5 files:

  • inc/classes/main/commands/web: class_WebDoFormCommand.php (+1 -1), class_WebLoginAreaCommand.php (+12 -3), class_WebLoginCommand.php (+1 -1), class_WebLoginFailedCommand.php (+4 -1), class_WebLogoutDoneCommand.php (new 118)
quix0r 2008-06-18 21:53 Rev.: 158

TODO tag rewritten, first login action (empty for now) added

33 lines of code changed in 1 file:

  • inc/classes/main/commands/web: class_WebLoginAreaCommand.php (+33 -12)
quix0r 2008-06-18 17:19 Rev.: 156

User login (non-guest) basicly finished, news stubs added, registration and final methods fixed

123 lines of code changed in 4 files:

  • inc/classes/main/commands/web: class_WebHomeCommand.php (+1 -3), class_WebLoginAreaCommand.php (+1 -1), class_WebLoginCommand.php (new 118), class_WebRegisterCommand.php (+3 -5)
quix0r 2008-06-16 00:03 Rev.: 155

Login failed page added

115 lines of code changed in 1 file:

  • inc/classes/main/commands/web: class_WebLoginFailedCommand.php (new 115)
quix0r 2008-06-15 21:30 Rev.: 153

Login and auth classes added. WARNING: All class config entries must end with _class!

0 lines of code changed in 1 file:

  • inc/classes/main/commands/web: class_WebLoginAreaCommand.php (-2)
quix0r 2008-06-14 23:03 Rev.: 152

Login command added with TODOs (unfinished)

133 lines of code changed in 3 files:

  • inc/classes/main/commands/web: class_WebHomeCommand.php (+1 -1), class_WebLoginAreaCommand.php (new 131), class_WebRegisterCommand.php (+1 -1)
quix0r 2008-06-13 14:42 Rev.: 146

Just a space removed

3 lines of code changed in 3 files:

  • inc/classes/main/commands/web: class_WebDoFormCommand.php (+1 -1), class_WebHomeCommand.php (+1 -1), class_WebRegisterCommand.php (+1 -1)
quix0r 2008-06-09 16:09 Rev.: 133

createUniqueID -> generateUniqueId renamed, dataset criteria added, registration stub finished, local database does now select and insert data

3 lines of code changed in 3 files:

  • inc/classes/main/commands/web: class_WebDoFormCommand.php (+1 -1), class_WebHomeCommand.php (+1 -1), class_WebRegisterCommand.php (+1 -1)

(8 more)

Generated by StatSVN 0.7.0