summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-09-10Add support for UPDATE ... RETURNING statements in PostgreSQLAndrey Andreev3-3/+3
An improved version of PR #2629. Also removes REPLACE from the regular expression, as it is not supported by PostgreSQL.
2013-09-10Fixed coding stylejudge1-9/+13
2013-09-10Remove Javascript inline comments + improved detecting whether the pointer ↵judge1-4/+4
is in a string or not
2013-09-10Improved detecting whether the pointer is in a string or notjudge1-2/+22
2013-09-10Removed unnecessary parameterjudge1-1/+1
2013-09-10fixed error in finding closing tagjudge1-1/+1
2013-09-08Merge pull request #2627 from vlakoff/develop-3Andrey Andreev3-3/+3
Adjust a few phpdoc in query builder code
2013-09-08Merge pull request #2626 from vlakoff/develop-2Andrey Andreev1-1/+1
Code cleanup in db->order_by()
2013-09-08Adjust a few phpdoc in query builder codevlakoff3-3/+3
2013-09-08Code cleanup in db->order_by()vlakoff1-1/+1
2013-09-02Merge pull request #2612 from vlakoff/documentationAndrey Andreev1-0/+1
Add changelog entries for #2609
2013-09-02Add changelog entry for #2609vlakoff1-0/+1
2013-08-28[ci skip] Fix a documentation errorAndrey Andreev1-1/+1
2013-08-25Merge pull request #2614 from noskov/developAndrey Andreev1-27/+33
Better transliteration for Russian and Ukrainian languages
2013-08-25Better transliteration for Russian and Ukrainian languagesSergey Noskov1-27/+33
2013-08-24Made "Release Information" more readable.James Swift1-1/+1
The first time I read that paragraph it made no sense. The addition of a hyphen makes it easier to read at a glance.
2013-08-19Lower precision for the CI_Benchmark::elapsed_time() test - there's no way ↵Andrey Andreev1-1/+1
to reliably test it
2013-08-19Kill the damn kittenAndrey Andreev2-3/+3
2013-08-19Merge pull request #2609 from vlakoff/develop-2Andrey Andreev2-40/+35
Fix $replace parameter handling in get_config()
2013-08-19Adjustments in static reference handlingvlakoff1-8/+5
2013-08-19Allow items to be set even if they were not present yetvlakoff1-5/+2
2013-08-19Ensure get_config() optional argument is an array, remove useless testvlakoff1-7/+4
2013-08-17Fix $replace parameter handling in get_config()vlakoff2-28/+32
Code was reached only on first function call, then short-circuited because of the reference cache.
2013-08-14Merge pull request #2604 from msegers/patch-1Andrey Andreev1-1/+2
Detect Windows Phones
2013-08-14Merge pull request #2603 from za/developAndrey Andreev1-1/+1
add '$' at news_section.rst file
2013-08-14Detect Windows Phonesmsegers1-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-14add '$' at news_section.rst fileZaki Akhmad1-1/+1
2013-08-12Merge pull request #2598 from vlakoff/developAndrey Andreev5-11/+57
Input class: change behavior of get_post() method, add post_get() method
2013-08-12Improve changelog entryvlakoff2-4/+4
2013-08-11Input class: change behavior of get_post() method, add post_get() methodvlakoff5-11/+57
followup to PR #2522
2013-08-08[ci skip] Add MD5 checksums to download page (rel: #991)Andrey Andreev1-29/+31
2013-08-07Add a changelog entry for PR #2590 and further optimize log_message()Andrey Andreev2-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-07Merge pull request #2590 from vlakoff/developAndrey Andreev1-2/+3
Fix noneffective static variable cache in log_message()
2013-08-07An improved version of PR #2584, fixes #2583Andrey Andreev2-11/+14
2013-08-07Fix noneffective static variable cache in log_message()vlakoff1-2/+3
2013-08-06Merge pull request #2586 from vlakoff/developAndrey Andreev13-29/+29
Various typos and tabs adjustments
2013-08-06Replace php_sapi_name() function with PHP_SAPI constantvlakoff2-2/+2
exact same behavior but faster, shorter
2013-08-06Various typos and tabs adjustmentsvlakoff13-27/+27
2013-08-06Fix #2585Andrey Andreev2-1/+2
2013-08-06Fix #2501 & another -related bugAndrey Andreev2-1/+4
2013-08-06Merge pull request #2566 from vlakoff/developAndrey Andreev1-15/+37
Complete 3.0 upgrade notes about NULL returned on missing items
2013-08-06[ci skip] Alter a changelog lineAndrey Andreev1-1/+1
2013-08-04Merge pull request #2575 from wmh/filename_ruleAndrey Andreev2-18/+26
Add windows filename rule as an option for upload files
2013-08-04Rename bad chars property to filename_bad_chars, remove the setter and add ↵Hunter Wu2-15/+3
changelog entry
2013-08-03Make the bad filename array public in Security libraryHunter Wu1-18/+38
2013-08-03Revert "Add windows filename rule as an option for upload files"Hunter Wu2-42/+21
This reverts commit 23719ab569c9c8d6b791f65d7861daba3895ddcb.
2013-08-01Add windows filename rule as an option for upload filesHunter Wu2-21/+42
2013-07-31Optimize CI_Session::__construct() routines and make driver validity check ↵Andrey Andreev1-21/+18
stricter
2013-07-30Merge pull request #2569 from refringe/developAndrey Andreev5-4/+5
Cache Log Error Levels
2013-07-30Updated Changelog Cache Log LevelTyler Brownell1-0/+1
- Updated the changelog to include the log level updates in the cache drivers.