summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-10-22Close #4830, #3649Andrey Andreev4-8/+51
2016-10-22Allow binding 0, null out of array in query()Andrey Andreev1-1/+1
2016-10-21Fix #4865Andrey Andreev3-1/+2
2016-10-20[ci skip] Document FV set_rules() fourth parameterAndrey Andreev1-1/+2
2016-10-20[ci skip] Polish changes and add a changelog entry for PR #4855Andrey Andreev3-4/+5
2016-10-20Merge pull request #4855 from jim-parry/fix/xmlrpc-timeoutInstructor, Computer Systems Technology2-3/+6
Fix xmlrpc timeout, #4843
2016-10-20[ci skip] Add changelog entry for #4863Andrey Andreev1-0/+1
2016-10-20Merge pull request #4863 from gxgpet/develop4Andrey Andreev1-0/+1
Add missing method chaining support to CI_Table::set_caption()
2016-10-17Fix #4851Andrey Andreev7-10/+11
2016-10-14Merge pull request #4840 from ihatehandles/patch-2Andrey Andreev1-3/+3
[ci skip] Fixed some typos
2016-10-11[ci skip] Add new HTTP status codesAndrey Andreev2-3/+11
https://tools.ietf.org/html/rfc2817 https://tools.ietf.org/html/rfc6585 Requested in #4835
2016-10-11[ci skip] Add changelog entry for PR #4834Andrey Andreev1-0/+1
2016-10-11Merge pull request #4834 from renedekat/patch-1Andrey Andreev1-2/+31
Updated list of words that aren't countable in is_countable() inflector helper
2016-10-03[ci skip] Alter a docblockAndrey Andreev1-1/+1
2016-10-03Fix #4823Andrey Andreev2-2/+26
2016-09-30[ci skip] Add a changelog entry for #4822Andrey Andreev1-0/+1
2016-09-30Merge pull request #4822 from gxgpet/developAndrey Andreev1-1/+2
Fix PNG file deletion on captcha helper
2016-09-27Fix entity_decode() issueAndrey Andreev3-17/+32
2016-09-27Fix #4809Andrey Andreev2-0/+50
2016-09-27Merge pull request #4810 from Dutchy-/patch-1Andrey Andreev1-1/+1
Remove inline style from form_open() hidden fields
2016-09-19Update NEWS1.0.0Florian Pritz1-0/+3
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-09-19Add missing space on front pageFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-09-19Fix broken linewrap and tabwidth functionsFlorian Pritz1-2/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-09-19Only ignore ./vendor, not vendor in subdirsFlorian Pritz1-1/+1
Previously this would ignore public_html/data/js/vendor which is not what we want. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-09-19check_deps.php: Exit 1 on errorFlorian Pritz1-0/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-09-19Make check_deps.php executableFlorian Pritz1-0/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-09-19Improve plaintext API deprecation warningFlorian Pritz1-1/+3
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-09-19Rename install.php to check_deps.phpFlorian Pritz2-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-09-19install.php: Repurpose to dependency checkerFlorian Pritz1-13/+3
It never did any installation and being able to run it without having to delete the is_installed file is actually helpful when dependency requirements change. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-09-19install.php: Fix broken check for gdFlorian Pritz1-2/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-09-19Extract tooltip function into \service\filesFlorian Pritz2-28/+30
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-09-19Move file controller into subdirFlorian Pritz2-4/+4
This allows to more easily split the controller into smaller parts in the future. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-09-19upload_history_thumbnails: Fix images staying marked after leaving delete modeFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-09-19Update jQuery UI and include sortableFlorian Pritz26-7/+6040
Also drop in all the non minified version because we can and it might be useful for debugging in the future. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-09-16[ci skip] Don't try to insert_batch() when we know it's not supported on ↵Andrey Andreev3-0/+34
Firebird
2016-09-16[ci skip] Fix #4808Andrey Andreev5-4/+5
2016-09-12Merge pull request #4806 from hex-ci/patch-1Andrey Andreev1-2/+2
[ci skip] Fix formatting in 2.1.0 upgrade instructions
2016-09-09[ci skip] Add changelog entry for PR #4805Andrey Andreev1-0/+1
2016-09-09Merge pull request #4805 from intekhabrizvi/developAndrey Andreev1-1/+1
Use MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT as a connection flag instead of option
2016-08-30Merge pull request #4788 from edtsz/patch-2Andrey Andreev1-1/+17
Add OpenOffice mime-types to config/mimes.php
2016-08-29Fix #4787Andrey Andreev2-2/+3
2016-08-29Merge pull request #4785 from guitarrist/developAndrey Andreev1-1/+1
[ci skip] Fix a comment typo
2016-08-26Improve wording and code layout on start pageFlorian Pritz1-5/+24
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-25Move client documentation to fron pageFlorian Pritz4-47/+27
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-25Increase readability of HTML codeFlorian Pritz1-0/+3
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-25Document special filenamesFlorian Pritz1-0/+5
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-25Switch client git repo link to HTTPSFlorian Pritz2-2/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-25Drop links to outdated clientsFlorian Pritz1-7/+0
These all build fb-client <2.0 and therefore use the deprecated API. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-25Remove documentation for deprecated APIFlorian Pritz2-37/+0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-08-23Update NEWS1.0.0-rc1Florian Pritz1-0/+13
Signed-off-by: Florian Pritz <bluewind@xinu.at>