Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-11 | Really fix #2490, rel: #2629 | Andrey Andreev | 2 | -2/+2 | |
2013-09-10 | Add support for UPDATE ... RETURNING statements in PostgreSQL | Andrey Andreev | 3 | -3/+3 | |
An improved version of PR #2629. Also removes REPLACE from the regular expression, as it is not supported by PostgreSQL. | |||||
2013-09-08 | Merge pull request #2627 from vlakoff/develop-3 | Andrey Andreev | 3 | -3/+3 | |
Adjust a few phpdoc in query builder code | |||||
2013-09-08 | Merge pull request #2626 from vlakoff/develop-2 | Andrey Andreev | 1 | -1/+1 | |
Code cleanup in db->order_by() | |||||
2013-09-08 | Adjust a few phpdoc in query builder code | vlakoff | 3 | -3/+3 | |
2013-09-08 | Code cleanup in db->order_by() | vlakoff | 1 | -1/+1 | |
2013-09-02 | Merge pull request #2612 from vlakoff/documentation | Andrey Andreev | 1 | -0/+1 | |
Add changelog entries for #2609 | |||||
2013-09-02 | Add changelog entry for #2609 | vlakoff | 1 | -0/+1 | |
2013-08-28 | [ci skip] Fix a documentation error | Andrey Andreev | 1 | -1/+1 | |
2013-08-25 | Merge pull request #2614 from noskov/develop | Andrey Andreev | 1 | -27/+33 | |
Better transliteration for Russian and Ukrainian languages | |||||
2013-08-25 | Better transliteration for Russian and Ukrainian languages | Sergey Noskov | 1 | -27/+33 | |
2013-08-19 | Lower precision for the CI_Benchmark::elapsed_time() test - there's no way ↵ | Andrey Andreev | 1 | -1/+1 | |
to reliably test it | |||||
2013-08-19 | Kill the damn kitten | Andrey Andreev | 2 | -3/+3 | |
2013-08-19 | Merge pull request #2609 from vlakoff/develop-2 | Andrey Andreev | 2 | -40/+35 | |
Fix $replace parameter handling in get_config() | |||||
2013-08-19 | Adjustments in static reference handling | vlakoff | 1 | -8/+5 | |
2013-08-19 | Allow items to be set even if they were not present yet | vlakoff | 1 | -5/+2 | |
2013-08-19 | Ensure get_config() optional argument is an array, remove useless test | vlakoff | 1 | -7/+4 | |
2013-08-17 | Fix $replace parameter handling in get_config() | vlakoff | 2 | -28/+32 | |
Code was reached only on first function call, then short-circuited because of the reference cache. | |||||
2013-08-14 | Merge pull request #2604 from msegers/patch-1 | Andrey Andreev | 1 | -1/+2 | |
Detect Windows Phones | |||||
2013-08-14 | Merge pull request #2603 from za/develop | Andrey Andreev | 1 | -1/+1 | |
add '$' at news_section.rst file | |||||
2013-08-14 | Detect Windows Phones | msegers | 1 | -1/+2 | |
Added 1 line to the platforms 'windows phone' => 'Windows Phone', This will return the OS of the "new" generation of windows phones instead of "Unknown windows Os" | |||||
2013-08-14 | add '$' at news_section.rst file | Zaki Akhmad | 1 | -1/+1 | |
2013-08-12 | Merge pull request #2598 from vlakoff/develop | Andrey Andreev | 5 | -11/+57 | |
Input class: change behavior of get_post() method, add post_get() method | |||||
2013-08-12 | Improve changelog entry | vlakoff | 2 | -4/+4 | |
2013-08-11 | Input class: change behavior of get_post() method, add post_get() method | vlakoff | 5 | -11/+57 | |
followup to PR #2522 | |||||
2013-08-08 | [ci skip] Add MD5 checksums to download page (rel: #991) | Andrey Andreev | 1 | -29/+31 | |
2013-08-07 | Add a changelog entry for PR #2590 and further optimize log_message() | Andrey Andreev | 2 | -11/+2 | |
CI_Log::write_log() already checks the log threshold, so there's no point in doing it in log_message() as well. | |||||
2013-08-07 | Merge pull request #2590 from vlakoff/develop | Andrey Andreev | 1 | -2/+3 | |
Fix noneffective static variable cache in log_message() | |||||
2013-08-07 | An improved version of PR #2584, fixes #2583 | Andrey Andreev | 2 | -11/+14 | |
2013-08-07 | Fix noneffective static variable cache in log_message() | vlakoff | 1 | -2/+3 | |
2013-08-06 | Merge pull request #2586 from vlakoff/develop | Andrey Andreev | 13 | -29/+29 | |
Various typos and tabs adjustments | |||||
2013-08-06 | Replace php_sapi_name() function with PHP_SAPI constant | vlakoff | 2 | -2/+2 | |
exact same behavior but faster, shorter | |||||
2013-08-06 | Various typos and tabs adjustments | vlakoff | 13 | -27/+27 | |
2013-08-06 | Fix #2585 | Andrey Andreev | 2 | -1/+2 | |
2013-08-06 | Fix #2501 & another -related bug | Andrey Andreev | 2 | -1/+4 | |
2013-08-06 | Merge pull request #2566 from vlakoff/develop | Andrey Andreev | 1 | -15/+37 | |
Complete 3.0 upgrade notes about NULL returned on missing items | |||||
2013-08-06 | [ci skip] Alter a changelog line | Andrey Andreev | 1 | -1/+1 | |
2013-08-04 | Merge pull request #2575 from wmh/filename_rule | Andrey Andreev | 2 | -18/+26 | |
Add windows filename rule as an option for upload files | |||||
2013-08-04 | Rename bad chars property to filename_bad_chars, remove the setter and add ↵ | Hunter Wu | 2 | -15/+3 | |
changelog entry | |||||
2013-08-03 | Make the bad filename array public in Security library | Hunter Wu | 1 | -18/+38 | |
2013-08-03 | Revert "Add windows filename rule as an option for upload files" | Hunter Wu | 2 | -42/+21 | |
This reverts commit 23719ab569c9c8d6b791f65d7861daba3895ddcb. | |||||
2013-08-01 | Add windows filename rule as an option for upload files | Hunter Wu | 2 | -21/+42 | |
2013-07-31 | Optimize CI_Session::__construct() routines and make driver validity check ↵ | Andrey Andreev | 1 | -21/+18 | |
stricter | |||||
2013-07-30 | Merge pull request #2569 from refringe/develop | Andrey Andreev | 5 | -4/+5 | |
Cache Log Error Levels | |||||
2013-07-30 | Updated Changelog Cache Log Level | Tyler Brownell | 1 | -0/+1 | |
- Updated the changelog to include the log level updates in the cache drivers. | |||||
2013-07-30 | Cache Log Error Levels | Tyler Brownell | 4 | -4/+4 | |
The log messages in the cache drvier's is_supported calls are more suited for the debug level. | |||||
2013-07-29 | Merge pull request #2567 from vlakoff/develop-2 | Andrey Andreev | 2 | -24/+33 | |
Polishing Form helper | |||||
2013-07-29 | Fix #2568 | Andrey Andreev | 1 | -2/+2 | |
2013-07-29 | Change spaces to tabs | vlakoff | 1 | -14/+14 | |
2013-07-28 | Polishing Form helper | vlakoff | 2 | -12/+21 | |