Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-11 | Make oci_execute() calls inside num_rows() non-committing. Fixes #696. | Aaron Krebs | 1 | -2/+2 | |
Fixes bug in Oracle driver. Calls to oci_execute() inside num_rows() of the Oracle driver can be made non-committing to fix bug with transactions. Since calls to oci_execute are only there to reset which row is next in line for oci_fetch() calls, it's fine to not commit. | |||||
2013-12-05 | Fix some spacing issues from PR #2689 | Andrey Andreev | 2 | -10/+5 | |
2013-11-09 | use cache_function() everywhere | Florian Pritz | 2 | -21/+16 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-11-09 | cache file/thumbnail responses | Florian Pritz | 1 | -5/+13 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-11-09 | implement cache_function to easily cache return values of functions | Florian Pritz | 1 | -0/+18 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-10-31 | Fix alignment of date column in plain text view | Florian Pritz | 1 | -1/+3 | |
This got broken by 2a6a1c63cb21015009fe4fd13f62cdac64e1fe36 and 05a4d686b578794c180ddfaf4945a9d7443f330e. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-10-22 | wrap long lines in README | Florian Pritz | 1 | -2/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-10-22 | Remove unnecessary TODO | Florian Pritz | 1 | -1/+0 | |
It's fine if users can invite an unlimited amount of people. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-10-22 | Update CSP header; change order to fix svg display in firefox | Florian Pritz | 1 | -1/+1 | |
Apparently firefox doesn't like "style-src * 'unsafe-inline'", but wants "style-src 'unsafe-inline' *" otherwise it doesn't honor 'unsafe-inline'. In chromium both behave the same. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-10-18 | Merge pull request #2689 from blowdoof/upstream_21 | Andrey Andreev | 3 | -13/+16 | |
Bugfix 2.1 sqlsrv driver | |||||
2013-10-18 | Added changelog entries | blowdoof | 1 | -0/+1 | |
2013-10-18 | Merge branch 'upstream_21' of https://github.com/blowdoof/CodeIgniter into ↵ | blowdoof | 0 | -0/+0 | |
upstream_21 | |||||
2013-10-18 | Revert "Bugfix on the active record join statement with empty conditions" | blowdoof | 1 | -6/+2 | |
This reverts commit 2cfbfc54dc68d9e7ed7c20af4cf7693736bbd447. | |||||
2013-10-18 | Revert "Bugfix on the active record join statement with empty conditions" | blowdoof | 1 | -5/+1 | |
This reverts commit 2cfbfc54dc68d9e7ed7c20af4cf7693736bbd447. | |||||
2013-10-18 | Bugfix on the active record join statement with empty conditions | blowdoof | 1 | -2/+6 | |
2013-10-18 | Bugfix on the sqlsrv forge driver rename_table function | blowdoof | 1 | -5/+3 | |
2013-10-18 | Bugfix on the sqlsrv forge driver create_table function | blowdoof | 1 | -11/+9 | |
2013-10-18 | removed unnecessary assignment | blowdoof | 1 | -1/+0 | |
2013-10-18 | Style correction | blowdoof | 1 | -6/+6 | |
2013-10-18 | Fix on sqlsrv_forge drop_table | tino | 1 | -1/+8 | |
2013-10-18 | Bugfix on truncate command | tino | 1 | -1/+1 | |
2013-10-06 | Fix display error when redering markdown | Lukas Epple | 1 | -2/+4 | |
Initial-patch-by: Lukas Epple <lukas.epple@me.com> Switch from <table> to <div> like we did for pygments. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-25 | Align the brand image correctly | Markus Cisler | 2 | -1/+5 | |
2013-09-25 | Remove chmod on uploaded files | Florian Pritz | 1 | -2/+0 | |
It interferes with multiuser setups if you use X-Sendfile and it isn't really needed anyway because you can set an upload_path outside the docroot and because the default path is protected by an .htaccess file. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-25 | Remove whitespaces from upload form textarea | Pierre Schmitz | 1 | -4/+4 | |
2013-09-25 | update NEWS | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-25 | Merge branch 'working' | Florian Pritz | 195 | -1373/+1067 | |
2013-09-25 | Change upload form layout | Markus Cisler | 2 | -35/+45 | |
2013-09-25 | Fix indentation on upload form | Markus Cisler | 1 | -13/+13 | |
2013-09-25 | Make tables responsive | Markus Cisler | 4 | -91/+99 | |
2013-09-23 | Limit header nav width to content width | Florian Pritz | 1 | -39/+39 | |
Looks like this has been missed somewhere along the way (36a1bb6770cb76ec7baf4e215c4379b070c60639) and ended up too deep down. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-23 | Remove unneeded return statements after show_error | Florian Pritz | 2 | -2/+0 | |
show_error() already exits after displaying the message. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-23 | Implement rangeDownload() as driver and provide sendfile implementations for ↵ | Pierre Schmitz | 7 | -101/+222 | |
Nginx and Lighttpd * The rangeDownload() function has been moved to libraries/Ddownload/drivers/Ddownload_php.php * The nginx and lighttpd drivers can be set via $config['download_driver'] Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||||
2013-09-22 | Add some more file extension -> lexer mappings | Florian Pritz | 1 | -0/+18 | |
Mimetype detection doesn't always properly detect code (I saw javascript as plain text, c as asm) and if there is an extension we can likely get better result by using that. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Move user_logged_in check to controller constructor | Florian Pritz | 6 | -13/+6 | |
TL;DR: Allows us to show a proper error page if encryption_key is missing from the config. muser->logged_in() can load the session class which will die if encryption_key is not set in the config causing an error to be displayed. Because the header is also loaded when we display an error loading the class will be tried again. CI maintains an array with information which classes have been tried to be loaded and will simply return true without loading again. muser->logged_in() will then try to access $this->session which doesn't exist. Since all of this happens when we are already in the header the error message appears in the navigation being hard to read. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Merge branch 'working-split/bootstrap3' into working | Florian Pritz | 27 | -1136/+601 | |
2013-09-22 | Fix autoresizing of textarea on upload_form | Florian Pritz | 2 | -4/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Fix form display errors on small devices | Florian Pritz | 5 | -5/+5 | |
form-horizontal causes the viewport to become too wide. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | fix paste view on mobile devices | Markus Cisler | 3 | -89/+107 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | fix forms on password reset page | Markus Cisler | 1 | -11/+17 | |
2013-09-22 | fix forms on so called medium device desktops | Markus Cisler | 6 | -100/+100 | |
2013-09-22 | Fix display issues on upload_form for smaller displays | Florian Pritz | 1 | -4/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Revert upload_history tabs to tabs instead of pills | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Fix footer height | Florian Pritz | 1 | -2/+3 | |
Automatic calculation would be nice here... Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Fix modal not showing up | Florian Pritz | 1 | -68/+72 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Make lexer errors full with again | Florian Pritz | 1 | -3/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Fix jumpy buttons on highlight page caused by tooltip | Florian Pritz | 1 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Fix navigation and footer css; css cleanup | Florian Pritz | 1 | -19/+21 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Fix mess in header.php breaking error pages | Florian Pritz | 1 | -39/+39 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | almost migrated to bootstrap3 | Markus Cisler | 25 | -1009/+442 | |