aboutsummaryrefslogtreecommitdiffstats
path: root/install (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature:2317 move order config to Admin->Config->Optionsmistic1002011-07-012-2/+129
| | | | | | | | new GUI interface for simple paterns in GUI, order_by and order_by_inside_category are merged (not un DB) users can define special paterns with $conf['order_by_custom'] and $conf['order_by_inside_category_custom'] git-svn-id: http://piwigo.org/svn/trunk@11587 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11508 from branch 2.2 to trunkplegall2011-06-251-5/+21
| | | | | | | | | | bug 2363 fixed: upgrade 94 should not fail when write access is missing on _data/plugins. When this situation occurs, we don't save the 2.1 user upload configuration and we continue the upgrade. git-svn-id: http://piwigo.org/svn/trunk@11509 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix upgrade feed sql errorrvelices2011-06-161-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@11398 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2330 ability to hide the "new" icon for recent photos mistic1002011-06-092-0/+43
| | | | git-svn-id: http://piwigo.org/svn/trunk@11285 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2317 move order config to Admin->Config->Options mistic1002011-06-092-0/+50
| | | | | | first try, may has issues with very specials params git-svn-id: http://piwigo.org/svn/trunk@11279 68402e56-0260-453c-a942-63ccdbb3a9ee
* Correct inserts for upload form configuration.patdenice2011-06-011-14/+14
| | | | git-svn-id: http://piwigo.org/svn/trunk@11183 68402e56-0260-453c-a942-63ccdbb3a9ee
* add spread_menus to obsolete_extensions.listmistic1002011-05-251-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@11053 68402e56-0260-453c-a942-63ccdbb3a9ee
* Rename plugins_list.tpl into plugins_installed.tpl.patdenice2011-05-251-1/+7
| | | | | | | Update obsolete_extensions.list for 2.3. git-svn-id: http://piwigo.org/svn/trunk@11048 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11043 from branch 2.2 to trunkpatdenice2011-05-251-0/+5
| | | | | | | | feature:2250 Add obsolete_extensions.list file in install directory. Incompatible plugins is checked through ajax. git-svn-id: http://piwigo.org/svn/trunk@11047 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge spread_menus to the coremistic1002011-05-072-0/+43
| | | | git-svn-id: http://piwigo.org/svn/trunk@10812 68402e56-0260-453c-a942-63ccdbb3a9ee
* Insert upload form parameters in database during installation.patdenice2011-04-282-0/+100
| | | | | | Remove prepare_upload_configuration function. git-svn-id: http://piwigo.org/svn/trunk@10653 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2271patdenice2011-04-202-0/+43
| | | | | | Merge autoupdate plugin into piwigo core. git-svn-id: http://piwigo.org/svn/trunk@10511 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2224 change nb_image_page into smallint(3)mistic1002011-04-123-2/+47
| | | | git-svn-id: http://piwigo.org/svn/trunk@10341 68402e56-0260-453c-a942-63ccdbb3a9ee
* correct an eeror in the last upgrade feedmistic1002011-04-091-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@10199 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2224 one parameter for change thumnails number (needs some translations)mistic1002011-04-095-8/+69
| | | | git-svn-id: http://piwigo.org/svn/trunk@10198 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:1791 display hd dimensions instead of websize dimensionsmistic1002011-04-085-0/+60
| | | | git-svn-id: http://piwigo.org/svn/trunk@10157 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2152 no special parameter for updated comment validationmistic1002011-04-062-1/+40
| | | | git-svn-id: http://piwigo.org/svn/trunk@10122 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2152 Comments revalidation when modifiedmistic1002011-04-062-0/+53
| | | | git-svn-id: http://piwigo.org/svn/trunk@10097 68402e56-0260-453c-a942-63ccdbb3a9ee
* upgrade script from 2.1 to 2.2plegall2011-03-102-1/+119
| | | | git-svn-id: http://piwigo.org/svn/trunk@9595 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2210patdenice2011-03-042-3/+3
| | | | | | Improve language management. git-svn-id: http://piwigo.org/svn/trunk@9518 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2155 fixed: for MySQL, use the "ENGINE=MyISAM" syntax instead of theplegall2011-02-036-47/+47
| | | | | | | | deprecated "TYPE=MyISAM", so that SQL creation table statements complies with MySQL 5.5 git-svn-id: http://piwigo.org/svn/trunk@9086 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1684 fixed: the fix for bug:1683 was an "automatic repair" but it addsplegall2011-02-031-0/+63
| | | | | | | | useless code. We couldn't create a migration task on the stable branch, but on trunk this is possible. git-svn-id: http://piwigo.org/svn/trunk@9074 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 270 fixed: (yes "270", submitted in 2006), time (hour:minute:second) addedplegall2011-02-032-1/+47
| | | | | | | in the date_creation field and in the synchronization from EXIF metadata. git-svn-id: http://piwigo.org/svn/trunk@9073 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 937 fixed: makes sure a user won't see the thumbnail of a photo that has aplegall2011-01-205-0/+58
| | | | | | | | | | | | higher privacy level than user privacy level. For an acceptable solution at performance level, I have implemented a cache: for a given user, each album has a representative_picture_id. This cache also avoids to perform numerous "order by rand()" SQL queries which is the case when $conf['allow_random_representative'] = true; git-svn-id: http://piwigo.org/svn/trunk@8802 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2025 fixed: by default we log visits from simple visitors, it was aplegall2011-01-191-1/+1
| | | | | | | nonsense to turn off history for connected users by default. git-svn-id: http://piwigo.org/svn/trunk@8759 68402e56-0260-453c-a942-63ccdbb3a9ee
* Happy new year 2011plegall2011-01-1846-92/+92
| | | | | | | Change "Piwigo - a PHP based picture gallery" into "Piwigo - a PHP based photo gallery" git-svn-id: http://piwigo.org/svn/trunk@8728 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2108 added: user upload removed from core. It will come back as aplegall2011-01-136-88/+93
| | | | | | | "new generation" user upload in the Community plugin. git-svn-id: http://piwigo.org/svn/trunk@8651 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2103 added: week may start on sunday/monday in the monthly calendarplegall2011-01-122-0/+43
| | | | git-svn-id: http://piwigo.org/svn/trunk@8626 68402e56-0260-453c-a942-63ccdbb3a9ee
* removed upgrade feed files 1-database to 60-database - they are old and ↵rvelices2011-01-0460-3493/+0
| | | | | | unused in the current upgrade process git-svn-id: http://piwigo.org/svn/trunk@8470 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2095 added: new column images.added_by (foreign key on users.id)plegall2011-01-045-0/+61
| | | | git-svn-id: http://piwigo.org/svn/trunk@8464 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2060: Remove adviser from db structure.patdenice2010-12-145-5/+1
| | | | | | Remove adviser from user_list page and some db queries. git-svn-id: http://piwigo.org/svn/trunk@8131 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2060: Add 91-database.php (set admin or webmaster advisers as normal ↵patdenice2010-12-141-0/+54
| | | | | | | | user). Remove $conf['allow_adviser'] form config_default.inc.php. git-svn-id: http://piwigo.org/svn/trunk@8127 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1616: rename category into album, a few language keys were missingplegall2010-09-271-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@7024 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6368,6410 from branch-2.1 to trunkrvelices2010-05-282-3/+3
| | | | | | | - merged the linkroot integration with the existing gallery_url (unique $conf['gallery_url'] used for RSS, mail homepage root in the browse path) - added an option $conf['debug_mail'] - if set all outgoing mails are saved into local_data_dir git-svn-id: http://piwigo.org/svn/trunk@6411 68402e56-0260-453c-a942-63ccdbb3a9ee
* SQLite cannot drop tables on cascadenikrou2010-05-122-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@6166 68402e56-0260-453c-a942-63ccdbb3a9ee
* List all obsolete files/directories since release 1.0.0plegall2010-05-111-0/+132
| | | | git-svn-id: http://piwigo.org/svn/trunk@6163 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1630: upgrade to Piwigo 2.1 :-)plegall2010-04-284-41/+124
| | | | | | bug 1604: only activate core themes not all themes. git-svn-id: http://piwigo.org/svn/trunk@5982 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: migrate other template than yoga.patdenice2010-04-281-2/+23
| | | | git-svn-id: http://piwigo.org/svn/trunk@5981 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge back r5740, I should have commited only the galleries directoryplegall2010-04-091-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5741 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1589: remove obsolete .csvignore fileplegall2010-04-091-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5740 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix some issues with database engines :nikrou2010-03-294-1/+41
| | | | | | | | - insert into syntax not correct for posgresql or sqlite - add languages table - incorrect function for row count (sqlite) git-svn-id: http://piwigo.org/svn/trunk@5452 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix php5 apache configuration with install.patdenice2010-03-261-6/+38
| | | | | | Fix php5 apache configuration display. git-svn-id: http://piwigo.org/svn/trunk@5384 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1535: Add language manager.patdenice2010-03-251-7/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@5357 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1535: Add languages table.patdenice2010-03-253-0/+79
| | | | | | Ready for theme manager! git-svn-id: http://piwigo.org/svn/trunk@5341 68402e56-0260-453c-a942-63ccdbb3a9ee
* improvement: dynamically activate all installed themes (with checks onplegall2010-03-251-4/+0
| | | | | | parent availability and so on). git-svn-id: http://piwigo.org/svn/trunk@5340 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1533: admincan activate/deactivate user customization.patdenice2010-03-242-0/+45
| | | | git-svn-id: http://piwigo.org/svn/trunk@5328 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1533: Allow activation or deactivation of download icon.patdenice2010-03-243-1/+57
| | | | | | Add display configuration for picture properties. git-svn-id: http://piwigo.org/svn/trunk@5304 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1533: Change "General" by "Options" in Configuration menu.patdenice2010-03-232-0/+65
| | | | | | | | | | | | | | | | | | | | | | | | Change "Default Display" tab by "Guest Settings" tab. Add display tab in Configuration/Option menu. Allow to activate/deactivate a lot of display features: On main page: # Display only recently posted images # Sort order # Display all elements in all sub-categories # Display a calendar by posted date # Display a calendar by creation date # Slideshow On photo page: # Show file metadata # slideshow # Add this image to your favorites # Navigation Bar # Navigation Thumbnails git-svn-id: http://piwigo.org/svn/trunk@5293 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: bug fixed, the themes needs a name at installation time, or elseplegall2010-03-221-3/+3
| | | | | | they can't be chosen in the user profile. git-svn-id: http://piwigo.org/svn/trunk@5253 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1522: Move config_local.inc.php to local/config/config.inc.phppatdenice2010-03-217-7/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@5215 68402e56-0260-453c-a942-63ccdbb3a9ee