aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Resolved 0000728: Add description triggers for categories and elementsrub2007-08-251-2/+10
| | | | | | | | | Add: o render_category_description o render_category_literal_description o render_element_description git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2078 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved 0000726: script_basename returns bad resultrub2007-07-241-26/+25
| | | | | | | | | With specific server configuration, script_basename returns bad result. Merge BSF 2070:2071 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2072 68402e56-0260-453c-a942-63ccdbb3a9ee
* added 2 events: get_categories_menu_sql_where and get_html_menu_category in ↵rvelices2007-07-192-9/+19
| | | | | | order to allow personalisation of the category menu git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2069 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change headers with team emailrub2007-07-101-1/+0
| | | | | | | Merge BSF 2058:2059 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2060 68402e56-0260-453c-a942-63ccdbb3a9ee
* Rename trigger name loc_before_* by loc_begin_*rub2007-07-101-4/+4
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2057 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000718: Add method "concat_var_from_handle" in template classrub2007-07-091-14/+16
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2056 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000717: guest must be guestrub2007-07-072-0/+13
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2054 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix set_status_header for fastCGI installations that are strict in terms ↵rvelices2007-07-062-4/+15
| | | | | | of http protocol (1.0 or 1.1) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2052 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000715: Best fix bad format of email with name contains ↵rub2007-07-021-2/+2
| | | | | | special character. git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2050 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000715: Fix bad format of email with name contains special ↵rub2007-07-021-1/+1
| | | | | | | | character. + Ignore all for plugins and theme directories git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2049 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge 2043 from trunk to branch-1_7rvelices2007-06-231-3/+11
| | | | | | quick search results improvement: elements with the same relevance are ordered using the global order_by git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2044 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000708: Error on synchronizationrub2007-06-212-9/+20
| | | | | | | | Resolved issue 0000709: Error with $conf['default_admin_layout'] Merge BSF 2037:2039 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2040 68402e56-0260-453c-a942-63ccdbb3a9ee
* Enhancement for the plugin development:rub2007-06-131-1/+6
| | | | | | | o Add footer block o Add useful triggers on template object git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2035 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000702: Code Injection with picture commentrub2007-06-072-2/+4
| | | | | | Merge BSF 2029:2030 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2031 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000619: bad result of cookie_path() functionrub2007-05-141-1/+4
| | | | | | | | Manage gallery install on directly on root directory Apply modifications from BSF (2006) ;-) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2011 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000619: bad result of cookie_path() functionrub2007-05-111-1/+15
| | | | | | | | After discussion with Radu of an other case, PATH_INFO is re-introduce with news conditions. Apply modifications from BSF (2006) ;-) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2007 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000619: bad result of cookie_path() functionrub2007-05-081-20/+6
| | | | | | | | I removed source code with PATH_INFO because this code generates problem on some environment and because I don't understand this utility (next substr extracts good value) Manual merge BSF 2004-2004 into branch_1.7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2005 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r1996 from trunk to branch-1_7rvelices2007-05-021-1/+1
| | | | | | correct bug on one of my previous commits (flat for picture page) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1997 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000529:rub2007-04-291-2/+16
| | | | | | | | | | Enhance computing method of script_basename function. http://forum.phpwebgallery.net/viewtopic.php?pid=58258#p58258 Merge BSF 1988:1989 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1990 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000682: Error on user registrationrub2007-04-271-2/+1
| | | | | | | | | | | On register page when the 2 passwords are not the same, an error occurs but user is also created. => Just error must be raised. Merge BSF 1984:1985 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1986 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r1983 from trunk to branch-1_7rvelices2007-04-271-2/+2
| | | | | | category image order not correct git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1984 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge revisions 1980 and 1981 from trunk to branch-1_7rvelices2007-04-272-205/+225
| | | | | | | | | put some code from the huge section_init to 2 functions - parse_section_url does the exact opposite of make_section_in_url - parse_well_known_params_url does the exact opposite of add_well_known_params_in_url maintenance on categories also invalidates the user cache git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1982 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge BSF 1956:1958 into branch-1_7rub2007-04-141-0/+1
| | | | | | | | | | | Small improvement: Random selection of pictures on notifications. Caddie: Fix issue when the are not pictures attached to disassociated categories git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1959 68402e56-0260-453c-a942-63ccdbb3a9ee
* flat view small improvements (picture page on root category sorter urls and ↵rvelices2007-04-132-1/+16
| | | | | | | | works in several cases) correction in permalinks admin (error was assignment in if instead of comparison) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1955 68402e56-0260-453c-a942-63ccdbb3a9ee
* permalink and category.php redirections are permanent (http code 301) ↵rvelices2007-04-091-1/+1
| | | | | | | | | instead of temporary (301) added rel nofollow for the metadata link on picture page changed h2 background color style in dark/mail-css (was not readable when images are not downloaded) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1949 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change PWG version to "branch 1.7"plegall2007-04-061-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1937 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove forgotten debug linerub2007-03-301-1/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@1933 68402e56-0260-453c-a942-63ccdbb3a9ee
* o add missing $langrub2007-03-291-4/+4
| | | | | | | | o use of l10n_dec o normalize file header git-svn-id: http://piwigo.org/svn/trunk@1932 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 578rub2007-03-281-4/+18
| | | | | | | | | User guest must be real user Step 2: Installation finished, guest must be used on list and group, corrections git-svn-id: http://piwigo.org/svn/trunk@1930 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 578rub2007-03-285-73/+183
| | | | | | | | | | User guest must be real user Step 1: guest is a real user On next commit, I finish installation and use of guest of user list and group git-svn-id: http://piwigo.org/svn/trunk@1926 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix problem when admin send email information about category.rub2007-03-171-2/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@1917 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add the last (before 1.8) tabsheet on administration menu (Waiting elements).rub2007-03-161-3/+5
| | | | | | Small change way mail function. git-svn-id: http://piwigo.org/svn/trunk@1915 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix bug: Don't invoke mail function when there aren't recipient.rub2007-03-161-50/+60
| | | | git-svn-id: http://piwigo.org/svn/trunk@1914 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update svn properties (svn:eol-style and svn:keywords)rub2007-03-168-27/+27
| | | | git-svn-id: http://piwigo.org/svn/trunk@1912 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add missing index.php.rub2007-03-161-0/+33
| | | | git-svn-id: http://piwigo.org/svn/trunk@1910 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update index.php header.rub2007-03-162-6/+37
| | | | | | | | | | Don't use explicitly index.php on the recursive call. Add missing index.php. Chang tags.php svn properties. git-svn-id: http://piwigo.org/svn/trunk@1909 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add new translation functions.inc.phprub2007-03-153-83/+178
| | | | | | | | Translate subject of information mail. Notification mails are sent on the default language. No mail is sent to the author witch are not done actions git-svn-id: http://piwigo.org/svn/trunk@1908 68402e56-0260-453c-a942-63ccdbb3a9ee
* minimal changes (lang, small tpl change and quick search on tag url names in ↵rvelices2007-03-141-1/+4
| | | | | | addition to name - handy with accentuated letters) git-svn-id: http://piwigo.org/svn/trunk@1906 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change the default email format use to send emailrub2007-03-141-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@1905 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix bad default value for language on table user_inforub2007-03-132-6/+208
| | | | | | | Improve mail send (Undisclosed-recipients, switch language, ...) Improve send an email to group members (Use Bcc, template, multi-language, ...) (But need more improvements) git-svn-id: http://piwigo.org/svn/trunk@1904 68402e56-0260-453c-a942-63ccdbb3a9ee
* Updates:vdigital2007-03-137-13/+13
| | | | | | | | - Copyrights 2003-2007 - help - Some HTML comform requests git-svn-id: http://piwigo.org/svn/trunk@1903 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add notification when a picture is loaded.rub2007-03-122-7/+25
| | | | | | | Change little translations. Improve mail sent. git-svn-id: http://piwigo.org/svn/trunk@1901 68402e56-0260-453c-a942-63ccdbb3a9ee
* Apply property svn:eol-style Value: LFrub2007-03-121-66/+66
| | | | git-svn-id: http://piwigo.org/svn/trunk@1900 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add DateTime on administration introduction page (Useful to help user on the ↵rub2007-03-093-12/+13
| | | | | | | | | | forum, ...) Move history configuration in a other tab. Use translation on picture hint (Kb). Show hint oh the menu text (not only on counter) git-svn-id: http://piwigo.org/svn/trunk@1884 68402e56-0260-453c-a942-63ccdbb3a9ee
* New: #images.high_filesize was added so that we can sum the filesizes in theplegall2007-03-091-1/+1
| | | | | | | | | | | filtered history. #images.high_filesize is filled during metadata synchronization. Bug fixed: in getAttribute XML function, when asking "filesize", it was returning high_filesize. The regex was too simple. git-svn-id: http://piwigo.org/svn/trunk@1883 68402e56-0260-453c-a942-63ccdbb3a9ee
* plugins only:rvelices2007-03-091-1/+1
| | | | | | | | - fix in category_default.inc.php (action parameters were wrong if show_nb_comments was true) - refactor actions and events in picture.php in order to give more flexibility to plugins - added some variables in index.tpl (not used by pwg itself) to allow plugins to add their own content git-svn-id: http://piwigo.org/svn/trunk@1882 68402e56-0260-453c-a942-63ccdbb3a9ee
* - plugin administration: small fix during activation phaservelices2007-03-084-9/+27
| | | | | | | | - plugins: added 3 actions in category_cats.inc.php and 1 event that allow a plugin to decide if insertion to #history occurs - added a warning in section_init if script_basename() is not index or picture (I think we'll have issues on some servers with this function) - web service methods categories.getImages, tags.getImages and images.search return now the image comment git-svn-id: http://piwigo.org/svn/trunk@1880 68402e56-0260-453c-a942-63ccdbb3a9ee
* 0000662: Recent elements don't use sometimes time and not truncated datetimerub2007-03-074-6/+14
| | | | | | | & Standardize system date used git-svn-id: http://piwigo.org/svn/trunk@1876 68402e56-0260-453c-a942-63ccdbb3a9ee
* permalinks: admin fix on some tricky cases when setting a new permalinks.inc.phprvelices2007-03-061-1/+1
| | | | | | | permalinks: added ability to sort the permalink tables in the admin added new action in category_cats.inc.php git-svn-id: http://piwigo.org/svn/trunk@1873 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add on $conf value of the function get_recent_post_datesrub2007-03-042-0/+23
| | | | git-svn-id: http://piwigo.org/svn/trunk@1871 68402e56-0260-453c-a942-63ccdbb3a9ee