Directory inc/classes/main/criteria/

Directory Created:
2008-05-31 23:37
Directory Deleted:
2008-11-20 01:39
Total Files:
0
Deleted Files:
4
Lines of Code:
0

[root]/inc/classes/main/criteria

Lines of Code

inc/classes/main/criteria/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 27 (100.0%) 548 (100.0%) 20.2

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 4 files:

  • inc/classes/main/criteria: .htaccess (del), class_DataSetCriteria.php (del), class_SearchCriteria.php (del), class_UpdateCriteria.php (del)
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"

1 lines of code changed in 1 file:

  • inc/classes/main/criteria: class_SearchCriteria.php (+1 -1)
quix0r 2008-11-14 03:32 Rev.: 308

Setting index is now much nicer (more abstract!)

5 lines of code changed in 1 file:

  • inc/classes/main/criteria: class_SearchCriteria.php (+5 -3)
quix0r 2008-09-19 21:10 Rev.: 282

Fixes for image generation

2 lines of code changed in 1 file:

  • inc/classes/main/criteria: class_SearchCriteria.php (+2 -2)
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 3 files:

  • inc/classes/main/criteria: class_DataSetCriteria.php (-6), class_SearchCriteria.php (-6), class_UpdateCriteria.php (-6)
quix0r 2008-06-28 21:54 Rev.: 229

Comment header cosmetics applied

2 lines of code changed in 2 files:

  • inc/classes/main/criteria: class_SearchCriteria.php (+1 -1), class_UpdateCriteria.php (+1 -1)
quix0r 2008-06-28 00:58 Rev.: 220

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

39 lines of code changed in 1 file:

  • inc/classes/main/criteria: class_DataSetCriteria.php (+39 -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

3 lines of code changed in 3 files:

  • inc/classes/main/criteria: class_DataSetCriteria.php (+1 -1), class_SearchCriteria.php (+1 -1), class_UpdateCriteria.php (+1 -1)
quix0r 2008-06-19 15:49 Rev.: 160

Update of last activitity and action in user added, refresh of auth cookies added

140 lines of code changed in 2 files:

  • inc/classes/main/criteria: class_SearchCriteria.php (+30 -2), class_UpdateCriteria.php (new 110)
quix0r 2008-06-13 14:42 Rev.: 146

Just a space removed

1 lines of code changed in 1 file:

  • inc/classes/main/criteria: class_DataSetCriteria.php (+1 -1)
quix0r 2008-06-13 00:51 Rev.: 145

Results are now searchable and iterateable, insertDataSet renamed to queryInsertDataSet, login added with stubs

2 lines of code changed in 1 file:

  • inc/classes/main/criteria: class_SearchCriteria.php (+2 -2)
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

142 lines of code changed in 2 files:

  • inc/classes/main/criteria: class_DataSetCriteria.php (+87 -3), class_SearchCriteria.php (+55 -2)
quix0r 2008-06-08 21:43 Rev.: 130

Fake class names added, insertDataSet() stub added, dataset criteria added

73 lines of code changed in 2 files:

  • inc/classes/main/criteria: class_DataSetCriteria.php (new 72), class_SearchCriteria.php (+1 -1)
quix0r 2008-06-02 19:27 Rev.: 111

Registry introduces, comments fixed ;)

1 lines of code changed in 1 file:

  • inc/classes/main/criteria: class_SearchCriteria.php (+1 -1)
quix0r 2008-05-31 23:37 Rev.: 105

Criteria added for abstract database programming

137 lines of code changed in 2 files:

  • inc/classes/main/criteria: .htaccess (new 1), class_SearchCriteria.php (new 136)
Generated by StatSVN 0.7.0