2012-11-29 |
Roland Häder | Minor: Comments improved |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Roland Häder | Check against interface Compressor, not for methods |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Roland Häder | Better comments |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Roland Häder | Generating the FQFN (full-qualified file name) may... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Roland Häder | Core continued: |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Roland Häder | Added better description, as the mind map in 'contrib... |
commit | commitdiff | tree | snapshot |
2012-09-02 |
Roland Häder | MINOR: Missing empty line |
commit | commitdiff | tree | snapshot |
2012-09-02 |
Roland Häder | Now use 'instanceof' keyword instead of checking for... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Roland Häder | Rewrote all TODO lines, 'hooks.php' is now fully deprec... |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Roland Häder | Rewrites |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Roland Häder | Moved constants to generic class for later database... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Roland Häder | getArrayFromKey() now requires two parameters (see... |
commit | commitdiff | tree | snapshot |
2012-08-19 |
Roland Häder | Minor: Improved comments |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Roland Häder | :( Had forgotten to comment it out ... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Roland Häder | Added debug message, commented one out |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Roland Häder | Moved back to 'hub' project |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Roland Häder | Minor fixes |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Roland Häder | No HTML in exceptions |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Roland Häder | Moved generic base classes from 'hub' project to core |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Roland Häder | Added exceptions for BAS64-encoded data |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Roland Häder | Used exit() (also app_die()->app_exit()) because die... |
commit | commitdiff | tree | snapshot |
2012-08-05 |
Roland Häder | Reverted last commit, better use filter pattern?! |
commit | commitdiff | tree | snapshot |
2012-08-05 |
Roland Häder | Rewrote both interfaces to implement streamNetworkData() |
commit | commitdiff | tree | snapshot |
2012-07-31 |
Roland Häder | Rewrote core: |
commit | commitdiff | tree | snapshot |
2012-07-31 |
Roland Häder | Renamed frontend to backend because it is a backend ... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Roland Häder | Added proxy support |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Roland Häder | To noisy, opps |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Roland Häder | Renamed variables, removeVariable() does not expect... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Roland Häder | Don't need this for now |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Roland Häder | Also for UPDATE |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Roland Häder | Search criteria with no entries (= no limitation on... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Roland Häder | Temporary added very noisy debug lines |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Roland Häder | Some fixes/improvements: |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Roland Häder | Use single-quotes instead of double |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Roland Häder | Some rewrites |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Roland Häder | Opps |
commit | commitdiff | tree | snapshot |
2012-05-26 |
Roland Häder | Now all dashes are converted to underscores in config... |
commit | commitdiff | tree | snapshot |
2012-05-20 |
Roland Häder | Removed some anoying HTML code |
commit | commitdiff | tree | snapshot |
2012-05-20 |
Roland Häder | Added stripTags (default: false) to allow stripping... |
commit | commitdiff | tree | snapshot |
2012-05-19 |
Roland Häder | Commented out all debug lines in template engine |
commit | commitdiff | tree | snapshot |
2012-05-19 |
Roland Häder | Added commented out very noisy debug line, nbproject... |
commit | commitdiff | tree | snapshot |
2012-05-19 |
Roland Häder | acquireSelfIPAddress() does now return IP address |
commit | commitdiff | tree | snapshot |
2012-05-19 |
Roland Häder | Generic arrays are now supported |
commit | commitdiff | tree | snapshot |
2012-05-19 |
Roland Häder | Added hexval() which really stupid regex |
commit | commitdiff | tree | snapshot |
2012-05-19 |
Roland Häder | Added ifSocketResourceMatches() |
commit | commitdiff | tree | snapshot |
2012-05-19 |
Roland Häder | Just for debugging purposes ... |
commit | commitdiff | tree | snapshot |
2012-05-19 |
Roland Häder | Wrong order |
commit | commitdiff | tree | snapshot |
2012-05-19 |
Roland Häder | Remove unneeded array elements to save some memory |
commit | commitdiff | tree | snapshot |
2012-05-19 |
Roland Häder | Renamed |
commit | commitdiff | tree | snapshot |
2012-05-19 |
Roland Häder | More debug lines and renamed -> |
commit | commitdiff | tree | snapshot |
2012-05-18 |
Roland Häder | Added handling of NPE (which is fine here) |
commit | commitdiff | tree | snapshot |
2012-05-18 |
Roland Häder | Used convertDashesToUnderscores() |
commit | commitdiff | tree | snapshot |
2012-05-18 |
Roland Häder | Missing fields may debugging |
commit | commitdiff | tree | snapshot |
2012-05-18 |
Roland Häder | Opps ... |
commit | commitdiff | tree | snapshot |
2012-05-18 |
Roland Häder | Moved last exception thing to BaseDatabaseFrontend... |
commit | commitdiff | tree | snapshot |
2012-05-18 |
Roland Häder | getLastError() is now fully obsolete, you can get the... |
commit | commitdiff | tree | snapshot |
2012-05-18 |
Roland Häder | Added method unsetConfigEntry() |
commit | commitdiff | tree | snapshot |
2012-05-17 |
Roland Häder | Must be abstract ... |
commit | commitdiff | tree | snapshot |
2012-05-17 |
Roland Häder | die() expanded with __METHOD__ |
commit | commitdiff | tree | snapshot |
2012-05-17 |
Roland Häder | Made all dashes to underscores for criteria keys |
commit | commitdiff | tree | snapshot |
2012-05-17 |
Roland Häder | Rewrote debug lines to ->debugOutput() |
commit | commitdiff | tree | snapshot |
2012-05-16 |
Roland Häder | Update also these copyrights |
commit | commitdiff | tree | snapshot |
2012-05-16 |
Roland Häder | Copyright updated |
commit | commitdiff | tree | snapshot |
2012-05-16 |
Roland Häder | Made readVariable() protected again, if you need access... |
commit | commitdiff | tree | snapshot |
2012-05-15 |
Roland Häder | Some minor improvements |
commit | commitdiff | tree | snapshot |
2012-05-15 |
Roland Häder | Made readVariable() public, used single-quotes instead... |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Roland Häder | Minor comment changes |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Roland Häder | Warning made more clear |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Roland Häder | Added FilterChain::getFilters() |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Roland Häder | Cnstants first, than class attributes/fields |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Roland Häder | The FilterChain class is now registerable |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Roland Häder | Refactured 'BaseRegistry::getInstance()' a little |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Roland Häder | And 'public' also ... |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Roland Häder | 'static' please ... |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Roland Häder | 'core' enchanced: |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Roland Häder | Check for config variables first, than general to avoid... |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Roland Häder | Sorted fields/attributes and setter/getter to top,... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Roland Häder | Allowed debugBackTrace() to not exit (default is to... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Roland Häder | Removed deprecated scripts (please delete them even... |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Roland Häder | Added type-hint 'array' for $onlyKeys because this... |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Roland Häder | Changed/fixed/added properties |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Roland Häder | Added method stubs to satisfy interface |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Roland Häder | Hack to prevent 'array to string conversion' message |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Roland Häder | Fixed a typo |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Roland Häder | Forgot this :( |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Roland Häder | Assert only if requested so :( |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Roland Häder | Resurrected "legendary" function bigintval() from maile... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Roland Häder | Some minor cleanups, used single-quote instead of double |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Roland Häder | Some hacks for missing extensions and XP: |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Roland Häder | Single quotes instead of double |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Roland Häder | Double->single quotes converted |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Roland Häder | Fix, opps :( |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Roland Häder | Fix :( |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Roland Häder | Added the ability to create hashes without the fixed... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Roland Häder | Added hashString() which simply calls mhash() function... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Roland Häder | Multiple-line comment rewritten |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Roland Häder | Changed to generic interface Handleable to allow all... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Roland Häder | Added renamed exception, TODOs.txt updated |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Roland Häder | Renamed 'seperator' to 'separator' |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Roland Häder | Added missing exceptions |
commit | commitdiff | tree | snapshot |
next |