[root]/application/blog
admin
(0 files, 0 lines)
exceptions
(0 files, 0 lines)
interfaces
(0 files, 0 lines)
main
(0 files, 0 lines)
actions
(0 files, 0 lines)
web
(0 files, 0 lines)
commands
(0 files, 0 lines)
web
(0 files, 0 lines)
failed
(0 files, 0 lines)
controller
(0 files, 0 lines)
web
(0 files, 0 lines)
filter
(0 files, 0 lines)
blog
(0 files, 0 lines)
login
(0 files, 0 lines)
helper
(0 files, 0 lines)
templates
(0 files, 0 lines)
de
(0 files, 0 lines)
code
(0 files, 0 lines)
emails
(0 files, 0 lines)
html
(0 files, 0 lines)
images
(0 files, 0 lines)
_cache
(0 files, 0 lines)
de
(0 files, 0 lines)
image
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 37 (100.0%) | 946 (100.0%) | 25.5 |
Moved to other repositories
0 lines of code changed in 9 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
12 lines of code changed in 1 file:
Some minor improvements, typo fixed:
- Typo in exception handler fixed
- Application selector does now have updated starter.php and exception/assertion
handlers
1 lines of code changed in 1 file:
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
3 lines of code changed in 1 file:
All helper are now configurable
9 lines of code changed in 1 file:
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
1 lines of code changed in 1 file:
Dummy admin area added, HTML code in PHP scripts rewritten to CSS classes, CSS ids fixed
6 lines of code changed in 2 files:
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
13 lines of code changed in 1 file:
Application init phase rewritten, data.php now sets app data
51 lines of code changed in 2 files:
response=??? renamed to request=???
2 lines of code changed in 1 file:
Filter classes now ends with _filter in config entry
20 lines of code changed in 1 file:
Fixes for image generation
17 lines of code changed in 3 files:
Constants PATH and _DB_TYPE replaced
4 lines of code changed in 1 file:
ToDo manager added (I need it by myself!), all links and form action now dynamic
8 lines of code changed in 1 file:
Logout procedure rewritten to logout controller and command
0 lines of code changed in 1 file:
Filters added to refill form command
3 lines of code changed in 1 file:
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link helper improved
1 lines of code changed in 1 file:
Nameless blogging software added (similar structure to ship-simu, unfinished as well)
795 lines of code changed in 8 files: