aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bug 1639 fixed: the upload form now correctly uses the $conf['upload_dir']plegall2010-05-032-3/+3
| | | | | | | | | | | | | parameter (web API already use it). By default, the $conf['upload_dir'] is no longer dependent to PHPWG_ROOT_PATH because it becomes a real mess when admin/include/uploadify.php (called directly, not from an include) tries to perform an upload. Improvement: make clearer how $conf['upload_dir'] can be set (relative to the Piwigo installation directory + HTTP reachable) git-svn-id: http://piwigo.org/svn/trunk@6052 68402e56-0260-453c-a942-63ccdbb3a9ee
* improvement: use the same code to check upload readiness in admin>photos>addplegall2010-05-031-32/+3
| | | | | | | | | screen and in web API. bug fixed: UploadForm partly takes into account the configurable upload directory (must be propagated everywhere in the UploadForm process) git-svn-id: http://piwigo.org/svn/trunk@6051 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1638 fixed: the "admin>tools>maintenance>unlinked elements" features nowplegall2010-05-021-9/+10
| | | | | | | | works if you have only virtual categories, this is what happens if you don't use synchronization to add photos (if you use pLoader or UploadForm for example). git-svn-id: http://piwigo.org/svn/trunk@6048 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1636 fixed : add radius for chrome. Simplify css tabsheet.nikrou2010-05-013-17/+27
| | | | git-svn-id: http://piwigo.org/svn/trunk@6027 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1637: make the privacy level the same everywher, use "who can see this ↵plegall2010-04-3010-66/+13
| | | | | | | | photo?" instead of "minimum privacy level". git-svn-id: http://piwigo.org/svn/trunk@6025 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Fix tab display on IEpatdenice2010-04-295-3/+7
| | | | | | - Display missing screenshot on themes_new if screenshot is missing. git-svn-id: http://piwigo.org/svn/trunk@6015 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: on Google Chrome (Linux), fieldsets were center aligned in ↵plegall2010-04-291-0/+2
| | | | | | administration git-svn-id: http://piwigo.org/svn/trunk@6000 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1613 fixed: split the "pending" screen into 2 distinct sections :plegall2010-04-295-50/+2
| | | | | | admin>photos>pending + admin>tools>pending comments. git-svn-id: http://piwigo.org/svn/trunk@5997 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1634: default theme and default language have a specific page, ability toplegall2010-04-291-0/+2
| | | | | | set them from guest settings was removed. git-svn-id: http://piwigo.org/svn/trunk@5996 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: Admin>Config>Options>GuestSettings must show the guest settings,plegall2010-04-291-1/+1
| | | | | | not the default user settings. git-svn-id: http://piwigo.org/svn/trunk@5995 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: Admin>Config>Options>GuestSettings must show the guest settings,plegall2010-04-291-1/+1
| | | | | | not the default user settings. git-svn-id: http://piwigo.org/svn/trunk@5994 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: Add $themeconf['load_parent_css'] parameterpatdenice2010-04-291-1/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@5991 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1631: the pwg_token was missing on default tag administration screen.plegall2010-04-281-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5987 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1630: upgrade to Piwigo 2.1 :-)plegall2010-04-282-16/+48
| | | | | | bug 1604: only activate core themes not all themes. git-svn-id: http://piwigo.org/svn/trunk@5982 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix tooltip position on admin intro page.patdenice2010-04-285-47/+98
| | | | | | Menubar reordering now looks like category reordering. git-svn-id: http://piwigo.org/svn/trunk@5980 68402e56-0260-453c-a942-63ccdbb3a9ee
* In user_list page, theme value must be theme id, not theme name.patdenice2010-04-271-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5974 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change filename handler name for photos add pages.patdenice2010-04-245-5/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@5960 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add triggers for image and thumbnail resizing.patdenice2010-04-242-5/+33
| | | | git-svn-id: http://piwigo.org/svn/trunk@5957 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1156 fixed : unit mode acts as picture modify, so remove action ↵nikrou2010-04-241-3/+1
| | | | | | leave and set to. git-svn-id: http://piwigo.org/svn/trunk@5956 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1156 fixed : add privacy level to photo bulk manager in unit modenikrou2010-04-242-25/+37
| | | | git-svn-id: http://piwigo.org/svn/trunk@5955 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1620 : add triggers on admin side for categories and batch mode.nikrou2010-04-214-1/+18
| | | | git-svn-id: http://piwigo.org/svn/trunk@5933 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix some errors in generated htmlnikrou2010-04-2013-43/+42
| | | | git-svn-id: http://piwigo.org/svn/trunk@5931 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1617 fixed : help page is displayed in current theme in public or admin ↵nikrou2010-04-1818-20/+103
| | | | | | pages git-svn-id: http://piwigo.org/svn/trunk@5920 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1605: ability to forbid theme activation, needed for gally-default.plegall2010-04-152-1/+12
| | | | git-svn-id: http://piwigo.org/svn/trunk@5874 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1612: hide admin header/footer in help popups.plegall2010-04-151-0/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@5866 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1542 fixed : add message when changing order of itemsnikrou2010-04-141-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@5853 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1601: improve error feedback on multiple upload : use jGrowl jQueryplegall2010-04-142-0/+219
| | | | | | plugin to display individual state for each uploaded file. git-svn-id: http://piwigo.org/svn/trunk@5848 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1600: the upload_mode is "remembered".plegall2010-04-121-6/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@5812 68402e56-0260-453c-a942-63ccdbb3a9ee
* add icon to say that items for menu can be drag and drop to reorganize them.nikrou2010-04-101-1/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@5783 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix some issues with database connections.nikrou2010-04-101-1/+1
| | | | | | | install_db_connect() function must return database resource link insert into set syntax is mysql specific git-svn-id: http://piwigo.org/svn/trunk@5781 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1031 : Automatically sort photos by rank when manual ranks are editednikrou2010-04-103-4/+130
| | | | | | | | | Add fields to choose sorting mode. If order of images is changed, checked automaticaly rank for sorting mode. Need refactoring between admin/element_set_ranks.php admin/cat_modify.php git-svn-id: http://piwigo.org/svn/trunk@5759 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1587: move advanced features screen into maintenance screen.plegall2010-04-096-119/+36
| | | | git-svn-id: http://piwigo.org/svn/trunk@5745 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1555: make sure the #formErrors block is hidden by default when submittingplegall2010-04-091-0/+1
| | | | | | the form. git-svn-id: http://piwigo.org/svn/trunk@5744 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1591: smarter default categories in upload form. We use the mostplegall2010-04-092-3/+41
| | | | | | recently added photo as reference. git-svn-id: http://piwigo.org/svn/trunk@5743 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1590: hide the upload form when displaying upload results.plegall2010-04-092-3/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@5742 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge back r5740, I should have commited only the galleries directoryplegall2010-04-092-15/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@5741 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1589: remove obsolete .csvignore fileplegall2010-04-092-2/+14
| | | | git-svn-id: http://piwigo.org/svn/trunk@5740 68402e56-0260-453c-a942-63ccdbb3a9ee
* typo fixed from previous commitplegall2010-04-091-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5737 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1555: UploadForm, before starting upload (html/multiple modes), check ifplegall2010-04-091-17/+73
| | | | | | the category is correctly set and if there is at least 1 photo selected. git-svn-id: http://piwigo.org/svn/trunk@5736 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1557: slower animation on plugin description box.patdenice2010-04-081-3/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@5729 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1549 fixed : some texts are not correcly positionned.nikrou2010-04-083-15/+25
| | | | git-svn-id: http://piwigo.org/svn/trunk@5724 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1574: privacy_level option was forgotten in configuration.php.patdenice2010-04-081-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5723 68402e56-0260-453c-a942-63ccdbb3a9ee
* improvement: slightly bigger datepicker.png to match line height.plegall2010-04-082-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5705 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1545 : refactoring, move css rules for calendar icon to ↵nikrou2010-04-073-3/+3
| | | | | | default/themes (default-layout.css) git-svn-id: http://piwigo.org/svn/trunk@5702 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1545 : fix calendar icon alignmentnikrou2010-04-072-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@5701 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1582: fix help.png position in administration.plegall2010-04-074-6/+12
| | | | | | better help.png icon for the clear admin theme. git-svn-id: http://piwigo.org/svn/trunk@5699 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: on admin>categories>manage, align action icons on the middle of theplegall2010-04-074-1/+2
| | | | | | | | line. Better icons for clear admin themes (not only negative from roma icons) git-svn-id: http://piwigo.org/svn/trunk@5698 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1545: fix datepicker calendar for roma admin theme + move common rules toplegall2010-04-075-11/+22
| | | | | | default-layout.css. git-svn-id: http://piwigo.org/svn/trunk@5697 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1545: fix the datepicker calendar for clear admin theme.plegall2010-04-073-0/+19
| | | | git-svn-id: http://piwigo.org/svn/trunk@5696 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix some issues on NBM: move css rules to mail body if it's possible.patdenice2010-04-072-1/+3
| | | | | | Remove fieldset on available plugins page. git-svn-id: http://piwigo.org/svn/trunk@5695 68402e56-0260-453c-a942-63ccdbb3a9ee