index
:
Filebin
dev
dev-2.x
dev-parallel-tests
dev-text-paste-preview
hash-collision
master
no-ouput-if-error
release/1.x
The software behind paste.xinu.at
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
system
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-27
made some corrections to the code
Jonatas Miguel
1
-6
/
+3
2012-08-07
Changed spaces to tabs where necessary.
Jonatas Miguel
1
-59
/
+59
2012-08-06
Updated documentation
Jonatas Miguel
1
-1
/
+1
2012-08-06
Corrected code style to be inline with project conventions.
Jonatas Miguel
1
-7
/
+9
2012-08-06
Fixed a bug when detecting if the user used a callback.
Jonatas Miguel
1
-1
/
+1
2012-08-06
New optional routing system, v3
Jonatas Miguel
1
-33
/
+57
2012-08-06
revert changes to routing system - part 1
Jonatas Miguel
1
-34
/
+2
2012-08-01
Added possibility of using callbacks.
Jonatas Miguel
1
-6
/
+25
2012-07-20
allow for routes that can be processed with php, ex: $route['([^/]+)/([^/]+)(...
Jonatas Miguel
1
-1
/
+14
2012-07-17
Improve the solution for issue #1631
vlakoff
1
-1
/
+1
2012-07-17
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into codeigniter/de...
Alex Bilbie
2
-2
/
+2
2012-07-17
Updated .htaccess files with Apache 2.4+ safe deny statements. Fixes #1631
Alex Bilbie
1
-1
/
+6
2012-07-16
Fix on _update_batch() : wrong variable used for field selection
aroche
1
-1
/
+1
2012-07-16
Inconsistency between log_message and show_error when encountering a non-exis...
jonnu
1
-1
/
+1
2012-07-15
Changed TRUE and FALSE values to be uppercase
Alex Bilbie
2
-2
/
+2
2012-07-15
Changed double quotes to single quotes to meet style guidelines
Alex Bilbie
8
-142
/
+142
2012-07-13
Merge pull request #1617 from vlakoff/doc
Andrey Andreev
4
-4
/
+4
2012-07-13
Some adjustments in inline documentation
vlakoff
4
-4
/
+4
2012-07-13
Merge pull request #1615 from joellimberg/patch-1
Andrey Andreev
1
-2
/
+2
2012-07-13
Loader::model() - rename foreach ($model AS $single_model) to ($model AS $cla...
Joel Limberg
1
-2
/
+2
2012-07-13
Add a changelog entry for issue #1605 (pull #1606) and remove some spaces
Andrey Andreev
1
-4
/
+4
2012-07-13
fix issue #1605 covert page number type from float to int
Bo-Yi Wu
1
-2
/
+2
2012-07-13
Rename $babe => $single_model, in foreach ($model AS $babe) {...}
joellimberg
1
-2
/
+2
2012-07-13
escape_identifiers() to not escape string literals inside double quotes as well
Andrey Andreev
1
-1
/
+1
2012-07-13
Fix issue #1613
Andrey Andreev
1
-1
/
+6
2012-07-12
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
Phil Sturgeon
16
-27
/
+17
2012-07-12
Added data-ci-pagination-page="x" to pagination output so JS frameworks can h...
Phil Sturgeon
1
-7
/
+27
2012-07-12
Update develop
vkeranov
1
-1
/
+0
2012-07-12
Update develop
vkeranov
1
-1
/
+0
2012-07-12
Fix some spaces here
vkeranov
1
-6
/
+5
2012-07-12
again... new lines
vkeranov
1
-1
/
+0
2012-07-12
Too many new lines here :)
vkeranov
1
-2
/
+1
2012-07-12
Cleaning again
vkeranov
1
-4
/
+3
2012-07-12
Cleaning...
vkeranov
1
-1
/
+0
2012-07-12
Cleaning time...
vkeranov
1
-1
/
+0
2012-07-12
Important space fix :)
vkeranov
1
-1
/
+1
2012-07-12
Wrong url again
vkeranov
1
-1
/
+1
2012-07-12
Another typo...
vkeranov
1
-1
/
+1
2012-07-12
Fixed typo in the comments
vkeranov
1
-2
/
+1
2012-07-11
Fix a typo in Common.php
vlakoff
1
-1
/
+1
2012-07-11
Fixing typo in error for multiple migration conflict.
lee Tengum
1
-1
/
+1
2012-07-10
Merge pull request #1548 from chrisguiney/error_reporting
Andrey Andreev
1
-1
/
+2
2012-07-09
Remove _drop_database property from CI_DB_odbc_forge and CI_DB_pdo_forge (it ...
Andrey Andreev
2
-2
/
+0
2012-07-08
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_sub...
Andrey Andreev
16
-55
/
+138
2012-07-08
Fix issue #1591
Andrey Andreev
1
-1
/
+1
2012-07-08
#1558
Andrey Andreev
1
-0
/
+6
2012-07-07
missing '$this->' causing custom result objects to return as null/empty array...
Jon Ellis-Jones
1
-1
/
+1
2012-07-06
Fix a few join() bugs
Andrey Andreev
2
-8
/
+8
2012-07-06
_fetch_object(), custom_result_object() to utilize PHP's native capability to...
Andrey Andreev
13
-46
/
+123
2012-07-05
Replace localhost with 127.0.0.1 and remove the PDO::ERRMODE_SILENT option - ...
Andrey Andreev
10
-10
/
+9
[next]