[root]/inc/classes/main/mailer/debug

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 14 (100.0%) | 225 (100.0%) | 16.0 |
Moved to repository "core" (not yet fully setup!)
0 lines of code changed in 2 files:
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"
1 lines of code changed in 1 file:
Fixes for image generation
2 lines of code changed in 1 file:
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link helper improved
0 lines of code changed in 1 file:
Minor code improvements:
- A lot else statements rewritten
- Typos fixed
33 lines of code changed in 1 file:
User class renamed to Member and it's interface
1 lines of code changed in 1 file:
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
104 lines of code changed in 1 file:
Comment header cosmetics applied
1 lines of code changed in 1 file:
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
18 lines of code changed in 1 file:
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
7 lines of code changed in 1 file:
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
1 lines of code changed in 1 file:
A lot debug messages removed, mailer with stubs added, resend link basicly finished - except mailing
57 lines of code changed in 2 files: