[root]/inc/classes/main
actions
(0 files, 0 lines)
post_registration
(0 files, 0 lines)
web
(0 files, 0 lines)
application
(0 files, 0 lines)
auth
(0 files, 0 lines)
cache
(0 files, 0 lines)
commands
(0 files, 0 lines)
extended
(0 files, 0 lines)
image
(0 files, 0 lines)
local
(0 files, 0 lines)
web
(0 files, 0 lines)
compressor
(0 files, 0 lines)
console
(0 files, 0 lines)
controller
(0 files, 0 lines)
captcha
(0 files, 0 lines)
default
(0 files, 0 lines)
form
(0 files, 0 lines)
image
(0 files, 0 lines)
login
(0 files, 0 lines)
registration
(0 files, 0 lines)
web
(0 files, 0 lines)
criteria
(0 files, 0 lines)
crypto
(0 files, 0 lines)
database
(0 files, 0 lines)
classes
(0 files, 0 lines)
clients
(0 files, 0 lines)
databases
(0 files, 0 lines)
wrapper
(0 files, 0 lines)
debug
(0 files, 0 lines)
discovery
(0 files, 0 lines)
payment
(0 files, 0 lines)
extended
(0 files, 0 lines)
factories
(0 files, 0 lines)
cache
(0 files, 0 lines)
objects
(0 files, 0 lines)
web
(0 files, 0 lines)
filter
(0 files, 0 lines)
auth
(0 files, 0 lines)
change
(0 files, 0 lines)
checkboxes
(0 files, 0 lines)
crypto
(0 files, 0 lines)
decorator
(0 files, 0 lines)
guest
(0 files, 0 lines)
news
(0 files, 0 lines)
null
(0 files, 0 lines)
payment
(0 files, 0 lines)
update
(0 files, 0 lines)
validator
(0 files, 0 lines)
verifier
(0 files, 0 lines)
helper
(0 files, 0 lines)
captcha
(0 files, 0 lines)
images
(0 files, 0 lines)
web
(0 files, 0 lines)
images
(0 files, 0 lines)
login
(0 files, 0 lines)
web
(0 files, 0 lines)
blocks
(0 files, 0 lines)
forms
(0 files, 0 lines)
links
(0 files, 0 lines)
images
(0 files, 0 lines)
extended
(0 files, 0 lines)
io
(0 files, 0 lines)
language
(0 files, 0 lines)
login
(0 files, 0 lines)
mailer
(0 files, 0 lines)
debug
(0 files, 0 lines)
output
(0 files, 0 lines)
points
(0 files, 0 lines)
reader
(0 files, 0 lines)
registration
(0 files, 0 lines)
registry
(0 files, 0 lines)
request
(0 files, 0 lines)
resolver
(0 files, 0 lines)
action
(0 files, 0 lines)
web
(0 files, 0 lines)
command
(0 files, 0 lines)
image
(0 files, 0 lines)
web
(0 files, 0 lines)
controller
(0 files, 0 lines)
image
(0 files, 0 lines)
web
(0 files, 0 lines)
local
(0 files, 0 lines)
web
(0 files, 0 lines)
response
(0 files, 0 lines)
http
(0 files, 0 lines)
image
(0 files, 0 lines)
result
(0 files, 0 lines)
rng
(0 files, 0 lines)
template
(0 files, 0 lines)
image
(0 files, 0 lines)
mail
(0 files, 0 lines)
web
(0 files, 0 lines)
user
(0 files, 0 lines)
guest
(0 files, 0 lines)
member
(0 files, 0 lines)
user
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 92 (100.0%) | 1265 (100.0%) | 13.7 |
Moved to repository "core" (not yet fully setup!)
0 lines of code changed in 4 files:
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
25 lines of code changed in 1 file:
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"
2 lines of code changed in 2 files:
- 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?)
16 lines of code changed in 1 file:
Dummy admin area added, HTML code in PHP scripts rewritten to CSS classes, CSS ids fixed
2 lines of code changed in 1 file:
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
2 lines of code changed in 1 file:
Application init phase rewritten, data.php now sets app data
3 lines of code changed in 1 file:
Configuration class is now fully singleton
1 lines of code changed in 1 file:
Filter classes now ends with _filter in config entry
2 lines of code changed in 1 file:
Fixes for image generation
2 lines of code changed in 1 file:
Constants PATH and _DB_TYPE replaced
2 lines of code changed in 1 file:
Deprecated methods removed/purged
0 lines of code changed in 1 file:
More stubs in refill page, refill page filter basicly finished
7 lines of code changed in 1 file:
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link helper improved
31 lines of code changed in 2 files:
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
20 lines of code changed in 1 file:
Minor code improvements:
- A lot else statements rewritten
- Typos fixed
11 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
19 lines of code changed in 1 file:
Generic methods created from non-generic implementation:
- Method updateDatabaseField() is now generic and throws an exception if the
class ($this) does not implement interface "Updateable"
- New exception DatabaseUpdateSupportException added for above method
- Method getField() is also generic now
101 lines of code changed in 1 file:
Comment header cosmetics applied
2 lines of code changed in 2 files:
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
5 lines of code changed in 1 file:
More stubs added, code "made" generic:
- Database results are now supported by all objects by moving setter/getter to
the super class BaseFrameworkSystem
- Login area with more stubs (still working on company data output)
- Obsolete $content[some_var] replaced by {?some_var?} in header templates
- app_die() slightly improved
27 lines of code changed in 1 file:
Following things are changed: (in order of class names)
- Exception "NoShippingCompanyOwnedException" added which will be thrown when
the current user does not own or participate in any shipping company.
- Factory method for ShippingCompany class rewritten to check above exception
conditions. The class has some stubs and a lot old methods which needs be
updated/rewritten/obsoleted.
- Cast removed from older exception and re-added as type-hint
- Wrapper class added for "company" table.
- Minor improvements to some classes
- Block for personal data added (the login area will now have another stub
message) which is being generated by a generic WebBlockHelper class
- The DataSetCriteria class now returns the primary key (column name) or if
not set the unique key (column name again).
- All wrappers are now initialized (cache instance) by BaseDatabaseWrapper ...
- ... and must set the table name in factory method.
- The method doSelectByCriteria() is now generic written and resists in class
BaseDatabaseWrapper
- New helper class "WebLinkHelper" added
- Helper classes rewritten so we have more generic methods (code reduced)
- New helper class "WebBlockHelper" added
- User and Guest class are now extending BaseUser class
- Method doFilterFormatTimestamp() now resists in BaseFrameworkSystem class
24 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
8 lines of code changed in 4 files:
Packager script for latest dev version added, misc fixes, captcha verifier filter added with stubs
10 lines of code changed in 1 file:
CAPTCHA support basicly finished (weak CAPTCHA!)
2 lines of code changed in 1 file:
Image controller/resolver and fixes:
- Controller and resolver added for images
- Exceptions fixed in controller and resolver
- No more fall-back on default command if requested command is missing
- Misc constant fixes
1 lines of code changed in 1 file:
Final fixes for variable inserting
1 lines of code changed in 1 file:
Image generator added, first CAPTCHA added with missing controller (partly work)
24 lines of code changed in 1 file:
TemplateEngine is known as WebTemplateEngine (most parts are in BasTemplateEngine), image creation supported added with a lot (!) stubs
8 lines of code changed in 1 file:
Graphical code CAPTCHA partly finished, crypto class supports encryption/decryption via mcrypt functions, assertions added
46 lines of code changed in 2 files:
A lot debug messages removed, mailer with stubs added, resend link basicly finished - except mailing
2 lines of code changed in 1 file:
Type-hints fixed, header docs fixed, exceptions deprecated
13 lines of code changed in 1 file:
Account status page partly implemented, backtrace now without own saveBacktrace() call
117 lines of code changed in 1 file:
Actions (so called sub-commands) may now have own pre/post filter, profile update is only to confirmed acctions available
35 lines of code changed in 1 file:
Deug backtraces centralized
5 lines of code changed in 1 file:
Simple exception handler and error handler added, profile update added with stubs
3 lines of code changed in 1 file:
Update of last activitity and action in user added, refresh of auth cookies added
25 lines of code changed in 1 file:
Login and auth classes added. WARNING: All class config entries must end with _class!
59 lines of code changed in 1 file:
Just a space removed
1 lines of code changed in 1 file:
Results are now searchable and iterateable, insertDataSet renamed to queryInsertDataSet, login added with stubs
6 lines of code changed in 1 file:
(31 more)