summaryrefslogtreecommitdiffstats
path: root/lib/class/ajax.class.php
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: death to tabsPaul Arthur2013-01-261-135/+135
| | | | | The refactoring I've been doing has reminded me of my strong preference for spaces, and I feel inclined to impose my will on the tree.
* Move get_user_icon from ui.lib.php to UI::get_iconPaul Arthur2013-01-261-1/+1
|
* Cosmetics: clean up heads in lib/Paul Arthur2013-01-251-10/+1
|
* Add a convenience function to generate an AJAX urlPaul Arthur2012-12-191-1/+9
|
* Clean up some PHPDoc crapPaul Arthur2011-04-041-9/+0
| | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't.
* header comment modified for phpdocmomo-i2011-02-031-1/+1
|
* header comment for phpdocmomo-i2011-02-031-1/+1
|
* test header for phpdoc. now using only classes and libraries.momo-i2011-02-021-1/+0
|
* test for phpdocmomo-i2011-02-021-18/+39
|
* Catalog Filtering Added Bug#60Chris Slamar2011-01-241-1/+1
|
* JavaScript cleanup. Consistently use camelCase for naming JS functions. UsePaul 'flowerysong' Arthur2010-06-241-12/+16
| | | | | | | Prototype functionality where possible (particularly for Ajax). Move our JS into lib/javascript (I dropped kajax as an external module since the new ajax.js is completely different apart from function headers.) Remove unused JS functions from base.js.
* Miscellaneous cleanup.Paul 'flowerysong' Arthur2010-06-131-8/+7
|
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-47/+47
|
* Cosmetics: use tabs for indentation, tweak some indentation/coding style.Paul 'flowerysong' Arthur2010-03-141-21/+21
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* fix lack of ui response on deleting track right after appending to saved ↵Karl 'vollmerk' Vollmer2009-04-301-2/+16
| | | | playlist
* fixed some copyright lines and removed unused fileKarl 'vollmerk' Vollmer2008-05-081-1/+1
|
* fixed the last of the missing MPD features, added new ajax config hotness ↵Karl 'vollmerk' Vollmer2007-12-101-0/+25
| | | | (not that special)
* fixed admin prefs, flushed out localplay stuff, tweaked filters on browseKarl 'vollmerk' Vollmer2007-10-181-6/+0
|
* Updated ajax loaderspocky2007-10-151-1/+7
| | | | | | Updated pager html/css Fixed some Greysme's bugs Didn't fix ajax links w3c conformance :)
* fixed acls, fixed transcoding issuesKarl 'vollmerk' Vollmer2007-10-101-12/+13
|
* - modified sidebar cssspocky2007-09-231-8/+18
| | | | | | | - modified rightbar html/css - added patch to enabled ie6 :hover pseudo classes - modified boxes html/css to remove table tags and enable box floating - added 1st version of 3.4 greysme theme (needs more work, especially on ie6)
* moved to spockys a link for text, ratings are broken.. but I think I did ↵Karl 'vollmerk' Vollmer2007-08-201-10/+3
| | | | that will fix later
* Updated css class for ajax elements (please check function text in ↵spocky2007-08-201-0/+11
| | | | ajax.class.php)
* added some basic random functionality, need to make the advanced pageKarl 'vollmerk' Vollmer2007-08-191-1/+1
|
* removed <-uname -r work around thanks for nuttin IExgizzmo2007-08-071-3/+3
|
* fix some short tags causeing some weirdness in the menu, fixed a typo here ↵xgizzmo2007-08-061-1/+1
| | | | and there.
* broke a ton of stuff, but added some hotness... yes that is an excuseKarl 'vollmerk' Vollmer2007-08-061-3/+33
|
* fixed potential issue with kajax, and added advanced search button to top, ↵Karl 'vollmerk' Vollmer2007-08-041-18/+24
| | | | right bar
* Replace references to old code with new codexgizzmo2007-08-011-2/+2
|
* sync french translation, fixed ratingsKarl 'vollmerk' Vollmer2007-07-231-3/+9
|
* corrected ajax but introduced with prototype, tweaked how ajax stuff is ↵Karl 'vollmerk' Vollmer2007-07-221-0/+104
done, now uses ajax:: class also replaced player with a logout icon