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
rvelices
b6328fcb70
bug 2794: Virtual albums are displayed in physical albums list in synchronization tool
...
git-svn-id: http://piwigo.org/svn/trunk@19548 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-24 10:16:33 +00:00
plegall
94f17094cb
feature 2614: on a upgraded gallery, nb_categories_page is set to 50 instead
...
of the default value 12 for a new installation.
git-svn-id: http://piwigo.org/svn/trunk@19281 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-04 12:47:45 +00:00
plegall
a73846717f
feature 2727: improve password security with the use of PasswordHash class.
...
This class performs salt and multiple iterations. Already used in Wordpress,
Drupal, phpBB and many other web applications.
$conf['pass_convert'] is replaced by $conf['password_hash'] + $conf['password_verify']
git-svn-id: http://piwigo.org/svn/trunk@18889 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-02 13:59:07 +00:00
mistic100
dda33d47b7
feature:2754 and feature:2614, fatal error when installing Piwigo
...
git-svn-id: http://piwigo.org/svn/trunk@18330 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-28 11:46:51 +00:00
mistic100
4e65d9af46
feature 2614: pagination on albums
...
git-svn-id: http://piwigo.org/svn/trunk@18165 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-23 11:19:26 +00:00
mistic100
7e33b84e77
feature 2754: Add "Email" field for user comments + mandatory "Author"
...
git-svn-id: http://piwigo.org/svn/trunk@18164 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-23 09:34:30 +00:00
mistic100
d7bf41b3ef
feature 2380: add URL for user comment
...
git-svn-id: http://piwigo.org/svn/trunk@17351 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-03 17:02:24 +00:00
plegall
52fa0fed5e
merge r16312 from branch 2.4 to trunk
...
bug 2677 fixed: smarter check of the database version and manage partial upgrade.
git-svn-id: http://piwigo.org/svn/trunk@16313 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-02 22:28:50 +00:00
mistic100
f99f5c1e67
bug 2669: cancel migration task 121
...
git-svn-id: http://piwigo.org/svn/trunk@16275 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-02 10:53:18 +00:00
mistic100
d39aaff5bc
bug 2660: check guest IP on insert_user_comment (same system as rate_picture)
...
git-svn-id: http://piwigo.org/svn/trunk@15983 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-24 01:24:55 +00:00
plegall
b9ea235bd3
feature 2656: rename language no_NO into nb_NO
...
git-svn-id: http://piwigo.org/svn/trunk@15841 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-19 20:42:35 +00:00
plegall
754a12881d
feature 2632: major upgrade script from 2.3 to 2.4 (which calls tasks in install/db directory)
...
git-svn-id: http://piwigo.org/svn/trunk@15679 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 12:29:52 +00:00
plegall
02111b79be
feature 2632: remove useless columns and config settings at gallery installation
...
git-svn-id: http://piwigo.org/svn/trunk@15652 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-12 20:51:25 +00:00
plegall
cf24bfa32e
feature 2650: rename language sl_SL into sl_SI according to ISO 3166-1 codes
...
git-svn-id: http://piwigo.org/svn/trunk@15609 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-08 22:08:50 +00:00