Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-02 | Fix an error from the previous commit | Andrey Andreev | 1 | -1/+1 | |
2014-12-02 | Some optimizations & polishing following PR #3381 | Andrey Andreev | 3 | -18/+9 | |
2014-12-02 | Merge pull request #3381 from aanbar/multiple_args_get_post | Andrey Andreev | 3 | -10/+53 | |
Allow pulling multiple get/post ...etc at once | |||||
2014-12-02 | Added changelog entry | Ahmad Anbar | 3 | -11/+42 | |
updated documentation Fixed code style. | |||||
2014-12-02 | Allow pulling multiple get/post ...etc at once | Ahmad Anbar | 1 | -0/+12 | |
2014-12-02 | Regressions ... #3380 #3194 ab9217e316a79bc8fab2840c8f5bd2b9bc7a4dc0 | Andrey Andreev | 2 | -4/+5 | |
2014-12-01 | Improve on the fix for #3380 | Andrey Andreev | 1 | -1/+1 | |
2014-12-01 | Fix a regression from the previous commit | Andrey Andreev | 1 | -1/+1 | |
2014-12-01 | Fix #3380 | Andrey Andreev | 1 | -1/+1 | |
2014-11-25 | Merge pull request #3373 from jim-parry/userguide/querybuilder | Andrey Andreev | 2 | -79/+154 | |
User Guide update - Query Builder (fixes #2512) | |||||
2014-11-25 | User Guide update - Query Builder (fixes #2512) | James L Parry | 2 | -79/+154 | |
1) Changed the grouping for better readability, in the query builder writeup 2) Added return value descriptors for all methods 3) Added default setting to query builder configuration writeup. The TOC sidebar is much better than before, though still a bit messy. This will need fixing with the sphinx theme update, being done separately. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-25 | Merge pull request #3371 from jim-parry/userguide/contributing | Andrey Andreev | 2 | -10/+10 | |
User Guide update - Contributing | |||||
2014-11-25 | User Guide update - Contributing | James L Parry | 2 | -10/+10 | |
1) Fixed typos in the documentation writeup 2) Moved the documentation writeup out of the hidden TOC into the "Contributing" section Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-25 | Merge pull request #3369 from jim-parry/userguide/database | Andrey Andreev | 4 | -59/+71 | |
Userguide/database - part 1 | |||||
2014-11-25 | Database guide update | James L Parry | 1 | -1/+2 | |
Minor change to try to keep line lengths reasonable. Awkward with the example SQL queries. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-25 | Database guide update | James L Parry | 1 | -1/+3 | |
Minor change to try to keep line lengths reasonable. Awkward with the example SQL queries. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-25 | Database guide update | James L Parry | 1 | -0/+8 | |
Fixed the structure of the results page.. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-25 | Database guide update | James L Parry | 1 | -30/+31 | |
Updated the helpers writeup, making the format more consistene with the rest of the database writeups. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-25 | Database guide update | James L Parry | 1 | -19/+15 | |
Updated the results writeup. The formatting was inconsistent -> fixed. The terminology was inconsistent, often calling a method a function -> fixed. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-25 | Database guide update | James L Parry | 1 | -8/+12 | |
Updated the queries page, making heading levels consistent with each other. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-25 | Database guide update | James L Parry | 1 | -1/+1 | |
Changed the name on the TOC page to match the main user guide TOC. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-24 | Merge pull request #3365 from jim-parry/userguide/parser | Andrey Andreev | 1 | -53/+177 | |
Enhance Template Parser Class Writeup in User Guide | |||||
2014-11-24 | Fixed the convention violations. | James L Parry | 1 | -11/+10 | |
Changed the section/subsection treatment Verified sphinx build. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-24 | Fixed the convention violations. | James L Parry | 1 | -65/+74 | |
Changed the HTML example formatting to use tabs instead of spaces. Adjusted line lengths. Verified sphinx build. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-24 | Enhance Template Parser Class Writeup in User Guide | James L Parry | 1 | -33/+149 | |
Added two additional sections to the writeup: template parser usage notes, and view fragments. Clarified a couple of "pseudo-variable" references. Verified sphinx build. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-24 | Merge pull request #3362 from jim-parry/userguide/pagination | Andrey Andreev | 1 | -52/+26 | |
Enhance Pagination Class Writeup in User Guide | |||||
2014-11-24 | Enhance Pagination Class Writeup in User Guide | James L Parry | 1 | -52/+26 | |
Toned down the configuration option emphasis - they are options, not necessarily sections. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-24 | Merge pull request #3361 from jim-parry/userguide/language | Andrey Andreev | 2 | -15/+90 | |
Enhance Language Class Writeup in User Guide (closes #674) | |||||
2014-11-24 | Merge pull request #3360 from jim-parry/userguide/toc | Andrey Andreev | 1 | -2/+2 | |
User Guide Minor fix | |||||
2014-11-24 | Enhance Language Class Writeup in User Guide (closes #674) | James L Parry | 1 | -8/+82 | |
Added explanation for CodeIgniter's use of "idiom" versus standard abbreviations. Provided additional examples as a guide. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-24 | User Guide Minor fix | James L Parry | 1 | -2/+2 | |
Sphinx was complaining about the "title overline" for the contributing page entry "Tips for a good issue report". Fixed this. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-24 | User Guide Minor fix | James L Parry | 1 | -2/+2 | |
Sphinx was complaining about the "title overline" for the contributing page entry "Tips for a good issue report". Fixed this. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-24 | Merge branch 'develop', remote branch 'upstream/develop' into develop | James L Parry | 1 | -3/+8 | |
2014-11-24 | User Guide TOC | James L Parry | 1 | -7/+8 | |
Promote Database to top-level, replacing "Driver reference", which has duplicate entries Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-24 | Merge pull request #3355 from rawoke083/develop | Andrey Andreev | 1 | -3/+8 | |
Updated list of robots in config/user_agents | |||||
2014-11-23 | Removed EOL - 2ndtry | Jacques du Rand | 1 | -2/+2 | |
2014-11-23 | Removed EOL | Jacques du Rand | 1 | -1/+1 | |
2014-11-23 | Update user_agents.php | rawoke083 | 0 | -0/+0 | |
2014-11-23 | Update user_agents.php | rawoke083 | 0 | -0/+0 | |
2014-11-23 | Fix an erroneous variable name | Andrey Andreev | 1 | -1/+1 | |
Close #3356 Close #3367 | |||||
2014-11-23 | Added missing comma at EOL(right place) | Jacques du Rand | 1 | -2/+2 | |
2014-11-23 | Added missing comma at EOL | Jacques du Rand | 1 | -1/+1 | |
2014-11-23 | Updated list of bots - mostly google-like | Jacques du Rand | 1 | -1/+6 | |
2014-11-18 | Force ORDER BY usage with OFFSET-FETCH on SQL Server | Andrey Andreev | 3 | -1/+7 | |
Close #3128 Close #3332 Close #3334 Close #3335 | |||||
2014-11-13 | Fix an issue with 'postgre' persistent connections | Andrey Andreev | 1 | -14/+13 | |
Basically, they were never persistent. | |||||
2014-11-13 | Merge pull request #3325 from preems/develop | Andrey Andreev | 3 | -2/+6 | |
closing #656 add font_size in create_captcha() | |||||
2014-11-13 | Merge pull request #3319 from dgmike/issue-3313 | Andrey Andreev | 2 | -0/+7 | |
Verifying From header before send mail | |||||
2014-11-13 | Removing empty lines | Michael Granados | 2 | -2/+2 | |
Signed-off-by: Michael Granados <michaelgranados@gmail.com> | |||||
2014-11-12 | removed additional tabs and semicolon | Preetham | 2 | -4/+4 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-11-12 | Updating changelog.rst for #656 | Preetham | 1 | -0/+1 | |
Signed-off-by: Preetham <me@preetham.in> |