Directory application/selector/

Total Files:
9
Deleted Files:
0
Lines of Code:
864

[root]/application/selector
            directory in repo admin (1 files, 1 lines)
            directory in repo templates (0 files, 0 lines)
                directory in repo de (0 files, 0 lines)
                    directory in repo code (4 files, 56 lines)

Lines of Code

application/selector/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 151 (100.0%) 642 (100.0%) 4.2

Most Recent Commits

quix0r 2011-11-08 11:18 Rev.: 486

Also this ...

2 lines of code changed in 2 files:

  • application/selector: data.php (+1 -1), starter.php (+1 -1)
quix0r 2011-11-08 08:51 Rev.: 485

selfInstance is better

6 lines of code changed in 1 file:

  • application/selector: class_ApplicationHelper.php (+6 -6)
quix0r 2011-11-08 07:44 Rev.: 484

Renamed getInstance() to getSelfInstance(), conflicts BaseRegistry versus several other classes

12 lines of code changed in 6 files:

  • application/selector: config.php (+1 -1), data.php (+1 -1), exceptions.php (+2 -2), init.php (+1 -1), loader.php (+2 -2), starter.php (+5 -5)
quix0r 2011-03-22 22:15 Rev.: 476

Set application instance first (to prevent a NPE in BaseRegistry)

3 lines of code changed in 1 file:

  • application/selector: class_ApplicationHelper.php (+3)
quix0r 2011-03-10 15:27 Rev.: 473

Deprecated includes file_io/language removed

0 lines of code changed in 1 file:

  • application/selector: init.php (-6)
quix0r 2010-09-14 15:36 Rev.: 469

SVN properties globally set

0 lines of code changed in 9 files:

  • application/selector: class_ApplicationHelper.php (changed), class_ApplicationSelector.php (changed), config.php (changed), data.php (changed), debug.php (changed), exceptions.php (changed), init.php (changed), loader.php (changed), starter.php (changed)
quix0r 2009-09-05 21:04 Rev.: 423

A lot menu templates added, XMLs rewritten, TODOs.txt updated

2 lines of code changed in 1 file:

  • application/selector: class_ApplicationSelector.php (+2 -2)
quix0r 2009-08-21 19:01 Rev.: 395

Updated to latest core changes

6 lines of code changed in 1 file:

  • application/selector: class_ApplicationHelper.php (+6)
quix0r 2009-08-11 18:12 Rev.: 388

Deprecated call removed

0 lines of code changed in 1 file:

  • application/selector: class_ApplicationSelector.php (-4)
quix0r 2009-08-01 22:17 Rev.: 387

Double->single converted

6 lines of code changed in 1 file:

  • application/selector: config.php (+6 -6)
quix0r 2009-08-01 10:59 Rev.: 383

Failed attempts for governments added

5 lines of code changed in 1 file:

  • application/selector: class_ApplicationHelper.php (+5 -5)
quix0r 2009-07-31 18:32 Rev.: 373

Missing 2nd argument added

1 lines of code changed in 1 file:

  • application/selector: class_ApplicationHelper.php (+1 -1)
quix0r 2009-07-28 18:27 Rev.: 372

readConfig() is not naming convention, renamed to getConfigEntry()

21 lines of code changed in 6 files:

  • application/selector: class_ApplicationHelper.php (+4), class_ApplicationSelector.php (+6 -6), data.php (+2 -2), init.php (+3 -3), loader.php (+1 -1), starter.php (+5 -5)
quix0r 2009-07-18 08:08 Rev.: 371

Deprecated 'page_with_news' removed

0 lines of code changed in 1 file:

  • application/selector: config.php (-3)
quix0r 2009-03-24 11:27 Rev.: 364

Double-quotes rewritten to single-quotes

2 lines of code changed in 2 files:

  • application/selector: data.php (+1 -1), starter.php (+1 -1)
quix0r 2009-03-19 21:08 Rev.: 363

Copyright updated, menu class added for 'home'

9 lines of code changed in 9 files:

  • application/selector: class_ApplicationHelper.php (+1 -1), class_ApplicationSelector.php (+1 -1), config.php (+1 -1), data.php (+1 -1), debug.php (+1 -1), exceptions.php (+1 -1), init.php (+1 -1), loader.php (+1 -1), starter.php (+1 -1)
quix0r 2009-03-13 14:31 Rev.: 357

Rewritten to use scanClassPath()

1 lines of code changed in 1 file:

  • application/selector: loader.php (+1 -1)
quix0r 2009-03-11 03:13 Rev.: 355

is_null() removed which is obsolete

4 lines of code changed in 1 file:

  • application/selector: class_ApplicationSelector.php (+4 -8)
quix0r 2009-03-06 18:34 Rev.: 353

svn:keyword set on all scripts

0 lines of code changed in 9 files:

  • application/selector: class_ApplicationHelper.php (changed), class_ApplicationSelector.php (changed), config.php (changed), data.php (changed), debug.php (changed), exceptions.php (changed), init.php (changed), loader.php (changed), starter.php (changed)
quix0r 2008-12-20 22:11 Rev.: 347

Dashes removed

1 lines of code changed in 1 file:

  • application/selector: class_ApplicationHelper.php (+1 -1)
quix0r 2008-12-20 21:20 Rev.: 346

Application helper class rewritten, buildMasterTemplateName() method added, ManageableApplication interface updated

53 lines of code changed in 1 file:

  • application/selector: class_ApplicationHelper.php (+53 -22)
quix0r 2008-12-18 03:13 Rev.: 345

Typo fixed :(

1 lines of code changed in 1 file:

  • application/selector: exceptions.php (+1 -1)
quix0r 2008-12-18 03:07 Rev.: 344

Applications should terminate due to an uncatched exception

2 lines of code changed in 2 files:

  • application/selector: exceptions.php (+1 -1), starter.php (+1 -12)
quix0r 2008-11-19 22: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

0 lines of code changed in 1 file:

  • application/selector: class_ApplicationSelector.php (-3)
quix0r 2008-11-19 20:18 Rev.: 325

Some minor improvements, typo fixed:
- Typo in exception handler fixed
- Application selector does now have updated starter.php and exception/assertion
handlers

58 lines of code changed in 1 file:

  • application/selector: exceptions.php (+58 -2)
quix0r 2008-11-01 21:29 Rev.: 304

Code cleanup in application selector. TODO: Application 'admin' needs to be excluded from app list

8 lines of code changed in 2 files:

  • application/selector: class_ApplicationSelector.php (+6 -37), starter.php (+2 -1)
quix0r 2008-10-26 17: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

1 lines of code changed in 1 file:

  • application/selector: class_ApplicationHelper.php (+1 -5)
quix0r 2008-10-08 11:58 Rev.: 295

Dummy admin area added, HTML code in PHP scripts rewritten to CSS classes, CSS ids fixed

4 lines of code changed in 1 file:

  • application/selector: starter.php (+4 -4)
quix0r 2008-10-03 02:00 Rev.: 291

Application init phase rewritten, data.php now sets app data

53 lines of code changed in 3 files:

  • application/selector: class_ApplicationSelector.php (+10 -12), data.php (new 43), init.php (-17)
quix0r 2008-10-03 01:41 Rev.: 290

Config entry 'php_extension' is no longer used

1 lines of code changed in 1 file:

  • application/selector: class_ApplicationSelector.php (+1 -1)
quix0r 2008-09-19 20:10 Rev.: 282

Fixes for image generation

66 lines of code changed in 4 files:

  • application/selector: class_ApplicationHelper.php (+11), class_ApplicationSelector.php (+2 -5), config.php (new 50), init.php (+3)
quix0r 2008-09-19 01:27 Rev.: 281

Constants PATH and _DB_TYPE replaced

4 lines of code changed in 2 files:

  • application/selector: class_ApplicationSelector.php (+1 -1), init.php (+3 -3)
quix0r 2008-08-05 15:20 Rev.: 248

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

1 lines of code changed in 2 files:

  • application/selector: class_ApplicationHelper.php (+1 -6), class_ApplicationSelector.php (-6)
quix0r 2008-06-28 18: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

18 lines of code changed in 1 file:

  • application/selector: class_ApplicationSelector.php (+18 -17)
quix0r 2008-06-27 19: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

7 lines of code changed in 7 files:

  • application/selector: class_ApplicationHelper.php (+1 -1), class_ApplicationSelector.php (+1 -1), debug.php (+1 -1), exceptions.php (+1 -1), init.php (+1 -1), loader.php (+1 -1), starter.php (+1 -1)
quix0r 2008-06-25 19:59 Rev.: 213

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

1 lines of code changed in 1 file:

  • application/selector: class_ApplicationSelector.php (+1 -1)
quix0r 2008-06-24 14:57 Rev.: 203

Unneccessary sanity checks removed

0 lines of code changed in 1 file:

  • application/selector: class_ApplicationSelector.php (-19)
quix0r 2008-06-21 15:39 Rev.: 182

Type-hints fixed, header docs fixed, exceptions deprecated

0 lines of code changed in 1 file:

  • application/selector: loader.php (-1)
quix0r 2008-06-19 18:11 Rev.: 161

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

2 lines of code changed in 1 file:

  • application/selector: class_ApplicationSelector.php (+2 -2)
quix0r 2008-06-18 16:24 Rev.: 157

If you have trouble with login turn off is_single_server, exception name added

2 lines of code changed in 1 file:

  • application/selector: starter.php (+2 -1)

(26 more)

Generated by StatSVN 0.7.0