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
2011-02-15
Input post() and get() will now return a full array if the first argument is ...
Phil Sturgeon
1
-21
/
+15
2011-02-15
Automated merge with https://bitbucket.org/seandowney/codeigniter-reactor
Phil Sturgeon
36
-175
/
+291
2011-02-14
Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor
Phil Sturgeon
1
-336
/
+0
2011-02-14
Removed Migration code for now, will come back later.
Phil Sturgeon
1
-336
/
+0
2011-02-14
Whitespace cleanup in db classes
Pascal Kriete
12
-33
/
+33
2011-02-14
Whitespace cleanup in libraries/
Pascal Kriete
11
-46
/
+44
2011-02-14
Large cleanup of xmlrpcs docblocks.
Pascal Kriete
1
-55
/
+123
2011-02-14
Whitespace cleanup in core/
Pascal Kriete
3
-7
/
+7
2011-02-14
Whitespace cleanup for code consistency
Pascal Kriete
6
-7
/
+7
2011-02-14
Uppercasing some stray lowercase keywords for code consistency
Pascal Kriete
5
-13
/
+13
2011-02-14
Fix #329 where the file caching driver referenced the incorrect cache directory.
Greg Aker
1
-1
/
+1
2011-02-13
Updated the post method and added the new functionality to the get method also
vascopj
1
-1
/
+17
2011-02-09
Reverted recent MySQL backtick escaping as some queries were double-escaping.
Phil Sturgeon
1
-4
/
+4
2011-02-08
Merged migration branch for now.
Phil Sturgeon
1
-8
/
+8
2011-02-08
MySQL Driver will now wrap field names for insert(), update() and replace() w...
Phil Sturgeon
1
-8
/
+8
2011-02-07
Added Migrations library, config and an example controller/migration file.
Phil Sturgeon
1
-0
/
+336
2011-02-07
Added decimal, less_than and greater_than rules to the Form validation Class.
Phil Sturgeon
1
-10
/
+60
2011-02-06
A change to pass all fields back if there are no fields passed into the "post...
vascopj
1
-0
/
+16
2011-02-06
Fixed is_referral to return proper status. Fixes #40
Eric Barnes
1
-1
/
+5
2011-02-03
Fixes #27. When the default controller was used, the _detect_uri() method wa...
ericbarnes@ericbarnes.local
1
-0
/
+6
2011-02-02
Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor
Phil Sturgeon
1
-0
/
+11
2011-02-02
Merged recent changes and tweaked multi-env changes.
Phil Sturgeon
105
-307
/
+455
2011-02-01
Better logic handling for 404 override
Eric Barnes
1
-0
/
+11
2011-02-01
Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor
Phil Sturgeon
4
-5
/
+15
2011-02-01
Some servers would trick URI into thinking it was being run in CLI mode, whic...
Phil Sturgeon
1
-2
/
+2
2011-01-31
Added 404_override to Codeigniter file to catch the 404 if the controller is ...
Eric Barnes
2
-3
/
+13
2011-01-29
Fix #21 - Typo in get_metadata() function of apc and memcached cache drivers.
Greg Aker
2
-2
/
+2
2011-01-28
some cleanup for the javascript class docs
Derek Jones
1
-1
/
+1
2011-01-28
updating copyrights to 2011
Derek Jones
7
-7
/
+7
2011-01-27
Automated merge with https://bitbucket.org/ellislab/codeigniter
Phil Sturgeon
23
-288
/
+1405
2011-01-20
Moving the file to Utf8.php
Pascal Kriete
1
-0
/
+0
2011-01-20
Renaming the unicode class to utf8 so we don't run the risk of violating the ...
Pascal Kriete
3
-15
/
+15
2011-01-19
Avoid double-slashed on the base_url by only slashing index_page if it is act...
Phil Sturgeon
1
-1
/
+2
2011-01-19
Automated merge with https://bitbucket.org/dhorrigan/codeigniter-reactor
Phil Sturgeon
2
-12
/
+20
2011-01-19
Reverted regex validation while we re-think the implementation, and added ->i...
Phil Sturgeon
2
-12
/
+20
2011-01-19
Updated the auto URI detection so that it works in more scenarios. Fixes #3
Dan Horrigan
1
-78
/
+32
2011-01-17
Added access scope to security library and added config options for csrf prot...
Eric Barnes
1
-31
/
+36
2011-01-16
Cleaned up environment class variable which isn't used anymore in current imp...
joelcox
1
-1
/
+0
2011-01-16
Set error_reporting to E_ALL when environment unknown and changed CI_Loader t...
joelcox
1
-2
/
+13
2011-01-16
Removed configs from environments and corrected for fallback
joelcox
1
-6
/
+11
2011-01-16
Changed loading process for database config to check for config for the set e...
joelcox
1
-1
/
+15
2011-01-16
Fixed bug that prevented global config from loading on error
joelcox
1
-5
/
+8
2011-01-16
sharing some work on model instances
John Crepezzi
1
-11
/
+74
2011-01-15
Split basic configuration in three environments, providing fallback to global
joelcox
2
-8
/
+14
2011-01-13
Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor
Phil Sturgeon
1
-1
/
+1
2011-01-13
Added access scope to Email library and allow method chaining from $this->ema...
Phil Sturgeon
1
-61
/
+64
2011-01-12
Removed trailing slash from $this->uri->ruri_string(). Fixes #292
Eric Barnes
1
-1
/
+1
2011-01-11
Reworked convert_foreign_characters in text helper. Thanks to Mario Ricalde.
Eric Barnes
1
-13
/
+4
2011-01-11
Changed || to OR to match coding standards
Eric Barnes
1
-1
/
+1
2011-01-10
Fixed a bug (#14628) where the DATE_ISO8601 variable was returning an incorre...
Greg Aker
1
-1
/
+1
[next]