plegall
a4bb90c2e4
feature #416 , return a structured list
...
... instead of string with comma separated values
2016-12-09 09:49:26 +01:00
modus75
0a90a68915
fixes #563 quick search filter, wrong limits on upper range limit
2016-12-08 22:14:37 +01:00
plegall
88c0ff76c5
fixes #507 , avoid error when guest_access is false
...
On identification.php, do not show the "... not authorized..." error message
on redirection to when guest_access is false. This is "on purpose" and users
don't need to get this message.
2016-12-08 19:15:20 +01:00
plegall
5c8528afec
fixes #416 , returns available_sizes in pwg.session.getStatus
2016-12-06 19:28:22 +01:00
plegall
102e0f0608
Merge branch 'jeremydurand-bug/403-configuration-new-album-position'
2016-12-05 15:36:50 +01:00
plegall
89fb9b1d64
fixes #231 , add link to album edit page after create
2016-12-04 22:35:30 +01:00
plegall
90a0e8c26c
fixes #512 , set session garbage collector probability
2016-12-03 20:07:14 +01:00
plegall
3959df9d45
modernize admin design, save icon on button
2016-12-02 15:10:47 +01:00
plegall
b2fba913e6
#561 font icon radio/checkbox everywhere on cat_modify
2016-12-02 15:10:25 +01:00
plegall
cda81bbad2
feature #561 , use radio font icons on album edition page
2016-12-02 14:46:13 +01:00
plegall
9113490ad7
fixes #561 , font icons for radio buttons
...
Use the following syntax in HTML:
<label class="font-checkbox">
<span class="icon-dot-circled"></span>
<input type="radio" name="radio-name" value="my-value"{if template condition} checked="checked"{/if}>
A nice label
</label>
2016-12-02 14:40:25 +01:00
plegall
e07b4688cc
add icons {floppy, circle-empty, dot-circled}
2016-12-02 14:37:16 +01:00
flop25
90424e6c75
fixes #560 typo fix the missing tooltip when activating themes without parent
2016-12-02 11:46:12 +01:00
plegall
7a369b2299
feature #153 , l10n
2016-12-01 18:30:44 +01:00
plegall
7620b47309
feature #153 , photo deletion mode when deleting album
...
Administrator can decide to delete all photos (even those associated to another
albums) or delete orphan photos or delete no photo at all.
2016-12-01 18:13:24 +01:00
Tobias Vollmer
5d4ff90cef
fixes #513 include functions to delete theme ( #514 )
2016-11-29 15:08:43 +01:00
plegall
7b2315a88b
fixes #559 , escape quick search chars before display
2016-11-29 14:39:42 +01:00
plegall
309a079e39
tag manager, no top links if sub-form active on page edit/merge/duplicate
2016-11-29 14:03:11 +01:00
plegall
7fb3010262
Merge branch 'feature/redesign-tag-manager'
2016-11-29 13:38:01 +01:00
plegall
6b919f06ab
feature #556 , add new language strings
2016-11-29 13:33:35 +01:00
plegall
7c3c6701d8
fixes #558 , tag manager selection mode
...
By default, we're in "view mode", with the showInfo icon on each tag. We can
switch to the "selection mode" and the showInfo icon is replaced by a
font-checkbox.
2016-11-29 13:26:17 +01:00
plegall
8670a83031
remove debug code in javascript
2016-11-29 11:27:32 +01:00
plegall
7dcbe20a8e
feature #556 , adapt checks to new design
2016-11-29 11:26:04 +01:00
plegall
6d2812cf24
fixes #557 , on-demand tag creation form
2016-11-29 11:17:18 +01:00
plegall
c5725f3108
fixes #556 , tag manager actions in a list, not buttons
...
The actions are no longer displayed a individual submit buttons, but as a
select, like on other managers (users, photos, groups).
The edit/duplicate/merge forms are still displayed only after a first submit.
To be improved to be available right after the action selection.
When we display an action form edit/duplicate/merge, we don't show other
fieldsets on the page to focus on the important action.
2016-11-29 10:51:11 +01:00
plegall
ef02933d57
feature #554 , add tabs on tag manager
2016-11-28 13:35:40 +01:00
plegall
9d913e3c3d
fixes #555 , add icon on delete orphan tags link
2016-11-28 13:25:49 +01:00
plegall
c6ec8b87ab
fixes #206 , password generator on user creation form
2016-11-28 12:00:54 +01:00
plegall
a2e6a2670a
Merge branch 'feature/optimize-history'
2016-11-25 18:38:56 +01:00
plegall
8564f1e773
fixes #537 , do not consider new tags as orphan
...
Wait a least 1 day before!
2016-11-25 18:31:58 +01:00
plegall
e43d48f296
Merge branch '2.8'
2016-11-21 15:22:27 +01:00
plegall
906f8d57b8
fixes #306 , operator precedence issue in load_language
2016-11-21 15:20:36 +01:00
plegall
419bb72802
feature #370 , details on config setting
2016-11-21 15:01:43 +01:00
plegall
eef8a27f5e
feature #370 , automatic purge on history
2016-11-21 12:13:21 +01:00
plegall
5fb18eda36
feature #509 summarize history more often
...
Every 1000 log entry inserted, Piwigo performs an history summarize.
The summarize process has also been optimized: no longer used column
history.summarized (no longer need to update it, which took a lot in time),
we now save the history_id_from and history_id_to in history_summary table.
This way we know from where to start on next summarize.
For now, for a simple performance reason, we keep column history.summarized,
because removing it may take a long time on huge tables. Once we will have
automatic purge on history, it will be safer to drop this column.
2016-11-18 15:08:03 +01:00
flop25
5dcd1b276d
fixes #546 get_root_url() instead of get_gallery_home_url()
2016-11-17 16:08:38 +01:00
plegall
9ee15b6760
Merge branch '2.8'
2016-11-17 14:28:13 +01:00
Marc Poulhiès
e35a560759
fix single_insert when a field is null ( #477 )
...
fix #449
Signed-off-by: Marc Poulhiès <dkm@kataplop.net >
2016-11-17 14:26:46 +01:00
Marc Poulhiès
9b9ec600ea
fix single_insert when a field is null ( #477 )
...
fix #449
Signed-off-by: Marc Poulhiès <dkm@kataplop.net >
2016-11-17 14:20:50 +01:00
plegall
dde2426bbf
Merge branch '2.8'
2016-11-17 14:14:16 +01:00
plegall
9a93d1f44b
fixes #548 , escape HTML chars from search expression
...
before sending them to HTML comment on frontend
2016-11-17 14:10:27 +01:00
plegall
b3157cbfd8
fixes #547 , strong checks on url format
2016-11-17 13:43:40 +01:00
flop25
a215b0371a
fixes #546 get_root_url() instead of get_gallery_home_url()
2016-11-10 16:31:10 +01:00
plegall
419538a149
fixes #545 , add dimensions/filesize on batch manager thumbnail tooltips
2016-11-10 11:51:07 +01:00
plegall
ef25e72486
fixes #515 adds check on mysql extension loaded
...
Especially on PHP 7 where only mysqli can be available.
2016-11-07 14:43:37 +01:00
plegall
a9fa61adfe
Merge branch '2.8'
2016-10-20 10:43:41 +02:00
plegall
25d2305839
fixes #542 , do not always use browser language on register
2016-10-20 10:14:28 +02:00
plegall
21bb14db42
feature #541 , dark colors for menubar on admin clear theme
2016-10-17 10:36:08 +02:00
Matthew Petroff
7fcfc33d04
Fix typos in default config file comments. ( #540 )
2016-10-15 11:12:08 +02:00
plegall
0320a29dce
fixes #536 , no longer use resizable
2016-10-14 11:52:20 +02:00