Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent error message in case of open basedir restrictions and non-existant ↵ | steckbrief | 2016-09-19 | 1 | -2/+2 |
| | | | | directory | ||||
* | Merge branch '2.8'HEADmaster | plegall | 2016-08-29 | 1 | -0/+13 |
|\ | |||||
| * | Merge branch 'bug/376-mysql-5.7-order_by' into 2.8 | plegall | 2016-08-29 | 1 | -0/+13 |
| |\ | |||||
| | * | typo fixed in comment | plegall | 2016-07-26 | 1 | -1/+1 |
| | | | |||||
| | * | fixes #376, remove option ONLY_FULL_GROUP_BY in sql_mode | plegall | 2016-07-26 | 1 | -0/+13 |
| | | | | | | | | | | | | based on solution provided by Mercury_LABBS on piwigo.org forums | ||||
* | | | Merge branch 2.8, which is a "fake" merge | plegall | 2016-08-29 | 0 | -0/+0 |
|\| | | | | | | | | | | | git merge -s ours 2.8 : to avoid merging version number change | ||||
| * | | next version is 2.8.3 | plegall | 2016-08-29 | 1 | -1/+1 |
| |/ | |||||
* | | fixes #469, add download link on photo edit/admin page | plegall | 2016-07-18 | 16 | -92/+183 |
| | | |||||
* | | fixes #490, less visible borders on tags by letter | plegall | 2016-07-13 | 1 | -0/+17 |
| | | |||||
* | | Merge branch 2.8, which is a "fake" merge | plegall | 2016-07-07 | 0 | -0/+0 |
|\| | | | | | | | git merge -s ours 2.8 : to avoid merging version number change | ||||
| * | next release is 2.8.22.8.22.8 | plegall | 2016-07-07 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '2.8' | plegall | 2016-07-07 | 10 | -22/+160 |
|\| | |||||
| * | cheery-pick 8 commits from translation | plegall | 2016-07-05 | 6 | -9/+117 |
| | | | | | | | | git log --reverse --oneline translation ^master --pretty=format:"git cherry-pick --no-commit %H" c7465d6..39ad66c | bash | ||||
| * | fixes #270 add password reset form to smartpocket | plegall | 2016-07-05 | 2 | -6/+33 |
| | | |||||
| * | bug #476, set http code to 401 only when not redirecting | plegall | 2016-07-05 | 1 | -1/+2 |
| | | |||||
| * | Bug/430 placeholder (#494) | jeremydurand | 2016-06-03 | 1 | -4/+2 |
| | | | | | | fixes #430 placeholder | ||||
| * | fixes #476, in case of guest_access=false, redirect_http instead of ↵ | plegall | 2016-05-30 | 1 | -2/+6 |
| | | | | | | | | redirect_html | ||||
* | | feature #478, improve performances | plegall | 2016-07-04 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | By reducing frequency of update on user_infos.last_visit. Instead of updating on each page visit, we wait at least a session length, which is 30 minutes by default. @modus75 suggested to use function log_user instead, which is a better design. Unfortunately it would lead to much less accuracy, because on many systems PHP sessions are never purged (Debian with default settings). It would be possible to come back everyday and never update the last_visit, as long as the web browser is not closed. | ||||
* | | Merge branch 'bug/452-image-tags-lastmodified' | plegall | 2016-06-23 | 2 | -1/+126 |
|\ \ | |||||
| * | | fixes #452, update images.lastmodified when changing tag list | plegall | 2016-06-23 | 2 | -1/+126 |
| | | | |||||
* | | | Merge branch 'feature/478-last-visit' | plegall | 2016-06-23 | 5 | -31/+119 |
|\ \ \ | |||||
| * | | | typo fixed, missing comma | plegall | 2016-05-31 | 1 | -1/+1 |
| | | | | |||||
| * | | | fixes #478, add new column user_infos.last_visit | plegall | 2016-05-31 | 5 | -31/+119 |
| | | | | | | | | | | | | | | | | | | | | | | | | This will speed up user edit popin opening, by avoiding to search in history for the last user visit. The column user_infos.last_visit_from_history true/false says if the last_visit has already been search in history (to avoid making it twice). I could have implemented the search of last_visit for all users in the migration task 149 but in case of many users and long history, it would have taken years to execute... | ||||
* | | | | fixes #496 deactivate rating by default (#500) | jeremydurand | 2016-06-23 | 1 | -1/+1 |
| |/ / |/| | | | | | | | | | | | | | | * fixes #496 deactivate rating by default * fixes #496 rate_anonymous true | ||||
* | | | fixes #450 enlarge size text field for adding a permalink (#501) | jeremydurand | 2016-06-09 | 1 | -1/+8 |
| | | | | | | | | | fixes #450 enlarge size text field for adding a permalink | ||||
* | | | incorrect translation in french (#497) | jeremydurand | 2016-06-06 | 1 | -1/+1 |
| | | | |||||
* | | | fixes #429 upgrade message (#495) | jeremydurand | 2016-06-06 | 3 | -13/+5 |
| | | | | | | | | | fixes #429 link to Take a Tour with core string | ||||
* | | | fixes #488 make user input watermark filename safe (#492) | jeremydurand | 2016-06-02 | 1 | -3/+32 |
| | | | |||||
* | | | fixes #487 replace "Invalid password" by "Invalid username or password" (#489) | jeremydurand | 2016-05-30 | 3 | -5/+7 |
|/ / | | | | | | | | | | | * fixes #487 replace "Invalid password" by "Invalid username or password" * missing space before exclamation mark | ||||
* | | Merge branch '2.8' | plegall | 2016-05-13 | 4 | -5/+167 |
|\| | |||||
| * | fixes #479, fallback on srand.php to generate random bytes | plegall | 2016-05-13 | 2 | -1/+160 |
| | | | | | | | | | | | | when random_compat does not find a suitable random generator. srand.php comes from https://github.com/GeorgeArgyros/Secure-random-bytes-in-PHP | ||||
| * | fixes #415, even if non-picture file, force download with action.php | plegall | 2016-05-10 | 2 | -4/+7 |
| | | |||||
* | | Merge branch '2.8' | plegall | 2016-05-03 | 42 | -994/+1156 |
|\| | |||||
| * | cherry-pick 50 commits from translation2.8.1 | plegall | 2016-05-03 | 42 | -994/+1156 |
| | | | | | | | | git log --reverse --oneline translation ^master --pretty=format:"git cherry-pick --no-commit %H" a452994..c7465d6 | bash | ||||
* | | Merge branch '2.8' | plegall | 2016-05-03 | 2 | -13/+10 |
|\| | |||||
| * | Merge branch 'bug/466-move-photos-on-new-album' into 2.8 | plegall | 2016-05-03 | 2 | -13/+10 |
| |\ | |||||
| | * | bug #466 fixed, new album listed when moving photos | plegall | 2016-05-02 | 2 | -13/+10 |
| | | | | | | | | | | | | | | | In the batch manager, merge action blocks "associate" and "move" because they follow the same pattern (list of albums + create new). | ||||
* | | | Merge branch '2.8' | plegall | 2016-05-03 | 0 | -0/+0 |
|\| | | |||||
| * | | fixes #440, update search page on SmartPocket theme | plegall | 2016-05-03 | 1 | -38/+85 |
| |/ | | | | | | | ... to include new features of Piwigo 2.7 and 2.8 | ||||
| * | Dates start from 1970 onward. | Cosmin Stroe | 2016-05-02 | 1 | -8/+8 |
| | | |||||
* | | fixes #440, update search page on SmartPocket theme | plegall | 2016-05-03 | 1 | -38/+85 |
| | | | | | | | | ... to include new features of Piwigo 2.7 and 2.8 | ||||
* | | Merge branch '2.8' | plegall | 2016-05-02 | 11 | -26/+1170 |
|\| | |||||
| * | bug #470, use a dedicated lib to generate random bytes | plegall | 2016-04-26 | 11 | -26/+1170 |
| | | |||||
* | | Merge pull request #444 from cstroe/fix_date_defaults | Pierrick Le Gall | 2016-05-02 | 1 | -8/+8 |
|\ \ | | | | | | | Fixes #443: Failure to create tables on fresh install with MySQL 5.7 | ||||
| * | | Dates start from 1970 onward. | Cosmin Stroe | 2016-03-21 | 1 | -8/+8 |
| | | | |||||
* | | | Merge branch '2.8' | plegall | 2016-03-25 | 1 | -6/+17 |
|\ \ \ | | |/ | |/| | |||||
| * | | fixes #439, describe multiple format in embedded doc | plegall | 2016-03-25 | 1 | -6/+17 |
| | | | |||||
* | | | Merge branch '2.8' | plegall | 2016-03-24 | 1 | -0/+1 |
|\| | | |/ |/| | |||||
| * | fixes #442, forgot to include admin functions | plegall | 2016-03-24 | 1 | -0/+1 |
| | | |||||
* | | Merge branch '2.8' | plegall | 2016-03-10 | 0 | -0/+0 |
|\| | | | | | | | "git merge -s ours 2.8" won't really apply change on version number introduced in 9f15161b62a607967127f1dab96b4f18cd66adb7 |