summaryrefslogtreecommitdiffstats
path: root/preferences.php
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: death to tabsPaul Arthur2013-01-261-107/+107
| | | | | 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 show_{footer,header}() from ui.lib.php to UIPaul Arthur2013-01-261-2/+2
|
* Move access_denied() from lib/ui.lib.php to UIPaul Arthur2013-01-261-8/+8
|
* Consistently use require_once to load init.phpPaul Arthur2013-01-251-1/+1
|
* Cosmetics: clean up heads in /Paul Arthur2013-01-251-7/+1
|
* Reinitialise translation layer after preference updatePaul Arthur2012-04-121-0/+4
| | | | | It's very disconcerting to change the interface language and have no immediate feedback on whether it worked.
* Switch from _() to T_()Paul Arthur2012-04-121-5/+5
| | | | | | Even if we move away from php-gettext in the future, it's easy to write a quick T_() as a simple wrapper; it's not so easy to rewrite PHP to allow redeclaration of a function.
* Clean up get_preferences a little bitPaul Arthur2012-03-311-4/+5
| | | | | Don't use userid as some sort of weird flag value. Especially when your flag value is a valid value for userid. Just...no.
* Clean up some PHPDoc crapPaul Arthur2011-04-041-6/+1
| | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't.
* Fixed indent and add translation wordsmomo-i2011-02-031-8/+8
|
* Modified header comment for phpdocmomo-i2011-02-031-19/+30
|
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-68/+68
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* sync from 3.5.x and fix display issue on playlist viewKarl 'vollmerk' Vollmer2009-12-201-4/+4
|
* Add ability to have anonymouse access of a defined level with manual login ↵Karl 'vollmerk' Vollmer2009-03-081-1/+1
| | | | of users
* fixed a preferences issue due to a typo and updated german translationKarl 'vollmerk' Vollmer2008-08-051-2/+2
|
* switched to sha() password encryption not using sha2 because of limitations ↵Karl 'vollmerk' Vollmer2008-07-261-1/+17
| | | | of amarok, also added some caching and fixed some misc bugs
* fixed some copyright lines and removed unused fileKarl 'vollmerk' Vollmer2008-05-081-1/+1
|
* major corrections to reading of preferences and a few misc fixes which I ↵Karl 'vollmerk' Vollmer2008-02-291-1/+1
| | | | have now forgotten
* fixed issue with xmlapi when no limit provided, fixed now playing refresh, ↵Karl 'vollmerk' Vollmer2008-01-191-2/+2
| | | | fixed single item update (Thx alex2008) added some more stuff for managing shoutbox stuff, started work on implementation of CoFs system added untested search method on xmlapi
* fixed some playlist issues, (mime type and selection) cleaned up the ↵Karl 'vollmerk' Vollmer2007-12-161-1/+1
| | | | preferences lib a little more moved a lot into the class, updated references to old functions
* re-added the edit users prefs mojoKarl 'vollmerk' Vollmer2007-12-101-7/+12
|
* fixed admin prefs, flushed out localplay stuff, tweaked filters on browseKarl 'vollmerk' Vollmer2007-10-181-3/+1
|
* licence updates, Thx porthoseKarl 'vollmerk' Vollmer2007-08-191-3/+2
|
* fixed play all artist, play all artist random, and account updating from ↵Karl 'vollmerk' Vollmer2007-07-291-0/+26
| | | | user preferences
* re-added ability to delete catalogs, fixed exception error with id3 libraryKarl 'vollmerk' Vollmer2007-07-121-1/+15
|
* fixed preferences mostly, also fixed some genre issues and other stuff I am ↵Karl 'vollmerk' Vollmer2007-06-111-62/+38
| | | | forgetting now
* fixed up part of single album view, show songs is all gone, working on ↵Karl 'vollmerk' Vollmer2007-04-231-14/+8
| | | | replacement browse method
* Updated all offset_limit refs to ->pref['offset_limit']pb1dft2007-02-271-1/+1
|
* new theme, temp breaking of all other themes... will be fixed I swear also ↵Karl 'vollmerk' Vollmer2006-09-231-1/+1
| | | | re-indexing of mysql tables
* moved init.php improved vainfo a bit, removed checkboxes from search pageKarl 'vollmerk' Vollmer2006-06-171-1/+1
|
* new tabbed preferences and account page is backKarl 'vollmerk' Vollmer2006-03-161-5/+40
|
* initial ratings mojo, some stylesheet fixes, changed user preferences again ↵Karl 'vollmerk' Vollmer2005-12-251-4/+10
| | | | and a db update
* new interface which breaks all previous themes... and current themes, still ↵Karl 'vollmerk' Vollmer2005-12-211-3/+1
| | | | under development
* removed ID field from user table, and everything that goes with that...Karl 'vollmerk' Vollmer2005-07-091-1/+1
|
* more html cleanupKarl 'vollmerk' Vollmer2005-06-251-2/+0
|
* mother of all commits...Karl 'vollmerk' Vollmer2005-06-191-0/+2
|
* fixed preference theme issuesKarl 'vollmerk' Vollmer2005-06-111-2/+4
|
* fix and new preference for footer menuKarl 'vollmerk' Vollmer2005-06-101-2/+1
|
* New ImportKarl 'vollmerk' Vollmer2005-06-091-0/+70