plegall
01e593fde2
fixes #1063 upgrade script to 2.10
2019-08-14 16:50:19 +02:00
plegall
3999bff326
fixes #1042 set Modus as default theme
2019-06-28 11:21:18 +02:00
plegall
af85a62199
fixes #1038 deactivate user comments by default
2019-06-26 16:05:42 +02:00
plegall
fc193f7474
issue #830 simplify PHP files header, remove copyright/license info
2019-06-04 17:13:51 +02:00
plegall
c202897a72
issue #552 change activity.occured_on to TIMESTAMP instead of DATETIME to make it work on old MySQL versions
2019-04-10 16:49:03 +02:00
plegall
940d1d2e8c
issue #552
...
* many more admin actions are logged into activity table
* use the activity.details as an associative array (serialized in database)
2019-04-01 16:19:09 +02:00
plegall
27a6504284
issue #552 new table activity and log add/edit/delete on albums
2019-03-25 16:50:45 +01:00
Teatek
339c54fa23
issue #273 improve labels
2019-02-04 10:46:16 +01:00
Teatek
1907e678b8
Fixes #273 (Add ui option to display or not the date of an album)
2019-02-04 10:46:16 +01:00
flop25
011b12cfaa
fixes #751 , missing DROP statements at install
2017-09-01 15:29:51 +02:00
plegall
b56832c873
fixes #658 , upgrade script to 2.9
2017-04-24 16:03:25 +02:00
plegall
1c5b36f734
fixes #235 , show/hide edit/caddie/representative icons on index.php or picture.php
2017-04-07 14:20:19 +02:00
plegall
b0ae23e34d
fixes #428 , ability to hide "sizes" icon on index.php or picture.php
2017-04-06 15:55:23 +02: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
plegall
ba2b2ab574
Merge branch 'feature/478-last-visit'
2016-06-23 17:57:54 +02:00
jeremydurand
1c7b673e4c
fixes #496 deactivate rating by default ( #500 )
...
* fixes #496 deactivate rating by default
* fixes #496 rate_anonymous true
2016-06-23 17:43:28 +02:00
plegall
3f1dbf19c5
typo fixed, missing comma
2016-05-31 16:11:19 +02:00
plegall
4560e2d824
fixes #478 , add new column user_infos.last_visit
...
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...
2016-05-31 16:00:03 +02:00
Cosmin Stroe
c7bedefa30
Dates start from 1970 onward.
2016-03-21 03:24:24 -05:00
plegall
90be0782ff
feature #423 , upgrade script to 2.8
2016-02-23 10:44:32 +01:00
plegall
4914643559
bug #404 fixed, database changes for auth keys
...
... applied during install: table user_auth_keys and column history.auth_key_id
2016-01-18 14:02:40 +01:00
plegall
c789347c51
happy new year 2016, all headers updated
2016-01-14 12:17:58 +01:00
plegall
f2f9e5ecb7
feature #392 , authentication keys, history log
...
When a user successfully performs an authentication with an auth_key, Piwigo
registers it in the history table.
For now, it is not shown/searchable in the history screen, but we can add it
in the future and we can provide a plugin with specific details about
authentication keys usage.
2016-01-04 15:04:02 +01:00
plegall
eee57a5d2e
feature #392 , authentication key, new table
2015-12-31 19:53:38 +01:00
plegall
c3b748ecbf
feature #379 multiple format, step 2: download formats
...
* if formats are available, replace the download link on picture.php by a switchBox with all formats
* register format in the history table for future statistics
2015-12-07 10:54:18 +01:00
plegall
8e098d502a
feature #379 multiple format, step 1: add formats
...
* new table piwigo_image_format (each photo can have 0 to many formats)
* only compatible with synchronization for now. Formats must be in sub-directory pwg_format
* formats are visible on edition page only for now
2015-12-03 16:04:02 +01:00
plegall
b5de5c7658
feature 3225: add elapsed time on each upgrade
...
git-svn-id: http://piwigo.org/svn/trunk@31183 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-05-28 13:10:31 +00:00
plegall
f98dd75868
bug 3141 fixed: forget to change piwigo_structure-mysql.sql in r29111 for feature 3050
...
git-svn-id: http://piwigo.org/svn/trunk@29666 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-20 11:52:45 +00:00
plegall
b0cc8f1bc2
* feature 3142: upgrade script to Piwigo 2.7
...
* link to Tour 2_7_0 at the end of upgrade
* activate plugin Take a Tour by default
git-svn-id: http://piwigo.org/svn/trunk@29665 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-20 11:43:01 +00:00
plegall
87a30ff064
bug 3050: increase security on reset password algorithm.
...
* reset key has a 1-hour life
* reset key is automatically deleted once used
* reset key is stored as a hash
Thank you effigies for code suggestions
git-svn-id: http://piwigo.org/svn/trunk@29111 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-28 19:27:50 +00:00
plegall
30fa11fb9a
feature 3103: enlarge users.id (and foreign keys user_id, added_by or author_id) from smallint (max 30k) to mediumint unsigned (max 16M)
...
git-svn-id: http://piwigo.org/svn/trunk@29072 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-24 08:34:02 +00:00
mistic100
b4b1797530
feature 3095: add "comments_enable_website" param + GUI
...
git-svn-id: http://piwigo.org/svn/trunk@28764 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-22 11:41:47 +00:00
mistic100
aa3d38b431
feature 3088: set AdminTools as default plugin, set admin_multi_view as obsolete
...
git-svn-id: http://piwigo.org/svn/trunk@28695 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13 19:56:13 +00:00
mistic100
fea2a4efd1
feature 3077 : improve cache invalidation
...
- add "lastmodified" automatic field for categories, groups, users, tags and images tables
- provide a "server key" to the client cache manager
git-svn-id: http://piwigo.org/svn/trunk@28532 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-24 14:18:04 +00:00
rvelices
2c3eb75ee9
bug 3070 make tag names case insesitive in the db
...
git-svn-id: http://piwigo.org/svn/trunk@28143 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-09 21:21:43 +00:00
mistic100
636650309a
Update headers to 2014. Happy new year!!
...
git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-05 00:19:25 +00:00
plegall
104b93e80d
feature 3016: upgrade script to Piwigo 2.6
...
git-svn-id: http://piwigo.org/svn/trunk@26401 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-02 15:04:16 +00:00
mistic100
94e948b2ac
feature 3009: "!= NULL" is invalid, use "IS NOT NULL" instead
...
git-svn-id: http://piwigo.org/svn/trunk@25816 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-07 16:52:04 +00:00
mistic100
02620af958
feature 3009: Don't delete 'lat' and 'lon' fields in case users try to delete an old plugin using them (SQL crash)
...
git-svn-id: http://piwigo.org/svn/trunk@25802 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-06 20:21:53 +00:00
mistic100
4fca6a259e
feature 3009: Add 'latitude' and 'longitude' fields in images table
...
git-svn-id: http://piwigo.org/svn/trunk@25801 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-06 19:14:44 +00:00
mistic100
9bd6264087
feature 2995: missing config.sql update
...
git-svn-id: http://piwigo.org/svn/trunk@25576 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 15:33:53 +00:00
mistic100
29db7f60f7
feature 2995 missing migration task in r25372
...
git-svn-id: http://piwigo.org/svn/trunk@25373 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07 17:54:31 +00:00
mistic100
29e2ed6b91
bug 2931: revert r23675 & r23721, make element_set_ranks.php uses ASC keyword (+ migration task)
...
git-svn-id: http://piwigo.org/svn/trunk@23813 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-06 18:31:14 +00:00
rvelices
9fe001a70a
bug 2931: photos sort order, "default" is meaningless (was not working with ascending order fields in admin)
...
git-svn-id: http://piwigo.org/svn/trunk@23675 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 04:16:01 +00:00
rvelices
c121640b6d
bug 2097: wrong number of sub-albums
...
bug 2098: make number of direct sub-albums available for each user
git-svn-id: http://piwigo.org/svn/trunk@22879 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-26 19:56:31 +00:00
flop25
c22683add2
fix typo which crash the install process
...
git-svn-id: http://piwigo.org/svn/trunk@22134 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-11 10:04:32 +00:00
rvelices
19d831bfe1
db changes for feature 2836 display # of comments/tags in menubar and feature 2557 recent photos should never be empty
...
git-svn-id: http://piwigo.org/svn/trunk@21801 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-23 10:02:04 +00:00
plegall
082705b414
feature 2856: upgrade script to version 2.5
...
git-svn-id: http://piwigo.org/svn/trunk@21103 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-02 21:02:42 +00:00
mistic100
6f04aba061
feature:65 Add support for PHP mysqli extension, activated by default, remove returns of link_identifier
...
git-svn-id: http://piwigo.org/svn/trunk@20462 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-30 11:12:22 +00:00
plegall
4bc775e479
update Piwigo headers to 2013 (the end of the world didn't occur as expected on r12922)
...
git-svn-id: http://piwigo.org/svn/trunk@19703 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-01 12:35:02 +00:00