aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/js/scripts.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - ws accepts method name in GET paraeters even if http method is POST ↵rvelices2011-07-261-4/+4
| | | | | | | | (easier to see in apache logs) - picture rating is done through POST and not GET git-svn-id: http://piwigo.org/svn/trunk@11834 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix js exception with web services in POST modervelices2011-01-031-3/+3
| | | | | | | - added accessor for registered scripts in template - added css rule for plugins (images in the categoryActions) it was previsously there but it dissapeared with the sprites git-svn-id: http://piwigo.org/svn/trunk@8449 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2043: some Javascript errors in default theme (also makes the rating.js ↵rvelices2010-11-301-45/+56
| | | | | | script async) git-svn-id: http://piwigo.org/svn/trunk@7957 68402e56-0260-453c-a942-63ccdbb3a9ee
* small javascript and css simplificationrvelices2010-11-231-31/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@7852 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6575-6576 from branch 2.1rvelices2010-06-221-43/+29
| | | | | | | -removed use of fix-khtml.css (I tried Safari and it does not need it) - better javascript funcs + shorter notation git-svn-id: http://piwigo.org/svn/trunk@6577 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: based on Dotclear model, P@t has reorganized the way Piwigoplegall2010-03-131-0/+188
manages template/theme in a simpler "theme only level" architecture. It supports multiple level inheritance. git-svn-id: http://piwigo.org/svn/trunk@5123 68402e56-0260-453c-a942-63ccdbb3a9ee