summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Collapse)AuthorFilesLines
2012-06-17Add join() USING supportAndrey Andreev1-3/+11
2012-06-17Improve escaping, support for table names with spaces and fix where() for ↵Andrey Andreev3-34/+30
strings with no spaces around operators
2012-06-17Add deprecated docblock tags for do_hash() and read_file()Andrey Andreev2-0/+2
2012-06-17AND -> &&Andrey Andreev1-1/+1
2012-06-17Pagination: fixed 'rel' attribute handling, added custom attributes support, ↵Andrey Andreev1-27/+59
deprecated 'anchor_class' setting
2012-06-17Merge pull request #1479 from srtfisher/developPhil Sturgeon1-1/+1
A TTL of 0 will keep the cache persistant.
2012-06-16Add an option to disable MIME detection in the Upload library (issue #1494)Andrey Andreev1-3/+13
2012-06-16anchor_popup() improvementsAndrey Andreev1-3/+13
2012-06-16Fix two anchor_popup() issuesAndrey Andreev1-5/+2
2012-06-16Really important space fix :)vkeranov1-1/+1
2012-06-16Fix CI_Calendar::generate() not accepting NULLs (introduced in ↵Andrey Andreev1-2/+2
d261b1e89c3d4d5191036d5a5660ef6764e593a0)
2012-06-16Fix issue #999Andrey Andreev2-5/+19
2012-06-16Fix local_to_gmt()Andrey Andreev1-7/+7
2012-06-16Fix issue #938 + some related improvementsAndrey Andreev1-13/+7
2012-06-16Small improvements to form_open()Andrey Andreev1-4/+6
2012-06-16Spelling fixes - `wether` to `whether`Alex Bilbie4-5/+5
Interestingly `wether` means a castrated ram in old English
2012-06-16All Query Builder methods to respect _protect_identifiers by defaultAndrey Andreev1-18/+24
2012-06-16Added an escape parameter to where_in(), or_where_in(), where_not_in(), ↵Andrey Andreev2-16/+15
or_where_not_in() and made where(), or_where() to default the escape setting to the value of _protect_identifiers
2012-06-16Changed order_by() default escaping to _protect_identifiersAndrey Andreev1-2/+3
2012-06-16Fix issue #318 + added a default to the switch() in CI_Output::minify()Andrey Andreev2-39/+49
2012-06-15Fix issue #167Andrey Andreev1-1/+1
2012-06-15Merge pull request #1487 from IT-Can/query-error-sql-logPhil Sturgeon1-1/+1
[Database] Extra debug info when there is a Query error.
2012-06-15Add support for HTTP code 303 in set_status_header(), as suggested in pull #341Andrey Andreev1-7/+13
2012-06-15more loggingMichiel Vugteveen1-1/+1
2012-06-15Fix issue #520Andrey Andreev1-0/+4
2012-06-15Optimize encode_php_tags()Andrey Andreev2-2/+2
2012-06-15Merge pull request #1480 from IT-Can/fix-validation-exactlengthAndrey Andreev1-6/+18
Validation exact_length not working
2012-06-15some optimizationsMichiel Vugteveen1-9/+21
2012-06-15Fix having()Andrey Andreev1-4/+3
2012-06-15Fix issue #1483Andrey Andreev1-1/+1
2012-06-15Fix issue #1482Andrey Andreev1-1/+1
2012-06-15Fixed ANOTHER DB_Forge bug in the mysql driver. Phil Sturgeon1-1/+1
I'm watching you @narfbg.
2012-06-15Somebody double `$$`ed, causing error Phil Sturgeon1-1/+1
Severity: 4096 Message: Object of class CI_DB_mysql_forge could not be converted to string Filename: database/DB_forge.php Line Number: 234
2012-06-15Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon83-1338/+1498
2012-06-15Merge branch 'feature/minify_output' of ↵Phil Sturgeon1-3/+164
https://github.com/atiredmachine/CodeIgniter into develop
2012-06-14fixed other functionsMichiel Vugteveen1-4/+4
2012-06-14fixMichiel Vugteveen1-6/+4
2012-06-14exact length passed as string needs to be casted to intMichiel Vugteveen1-1/+3
2012-06-14A TTL of 0 will keep the cache persistant.Sean Fisher1-1/+1
2012-06-14Improve date helper functions human_to_unix() and nice_date()Andrey Andreev1-37/+14
2012-06-14Some date helper improvementsAndrey Andreev1-60/+43
2012-06-14Replace strncmp() usage with strpos()Andrey Andreev4-10/+10
2012-06-14Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into emailTimothy Warren5-46/+85
2012-06-14Some optimizations to the date helperAndrey Andreev1-10/+8
2012-06-14And yet another missed line from the last oneAndrey Andreev1-1/+1
2012-06-14Fix an issue from d461934184d95b0cfb2feec93f27b621ef72a5c2Andrey Andreev1-3/+3
2012-06-14Polish changes from pull #1233 - Session class already has the ↵Andrey Andreev1-7/+5
time_reference setting - 'GMT' is a valid timezone, so nothing needs to be changed in order to work properly (upgrade notes) - Altered some description text
2012-06-14Merge pull request #1223 from Razican/new_dateAndrey Andreev2-18/+25
New now() function for the Date helper
2012-06-14Fix issue #10 + URI class speed improvementsAndrey Andreev1-8/+12
2012-06-13Fixed some stuff in documentation.Iban Eguia1-2/+2