summaryrefslogtreecommitdiffstats
path: root/lib/ui.lib.php
Commit message (Collapse)AuthorAgeFilesLines
* Move UTF-8 cleanup into its own methodPaul Arthur2013-01-291-11/+1
|
* Session::gc takes a parameterPaul Arthur2013-01-291-1/+1
| | | | It's unused, but it's part of PHP's session interface so there it is.
* Use Session for stream sessionsPaul Arthur2013-01-281-1/+1
|
* Cosmetics: death to tabsPaul Arthur2013-01-261-349/+349
| | | | | 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-72/+1
|
* Move update_text from ui.lib.php to UIPaul Arthur2013-01-261-16/+0
|
* Move ajax_include() from ui.lib.php to UIPaul Arthur2013-01-261-17/+0
|
* Move show_box_{top,bottom}() from ui.lib.php to UIPaul Arthur2013-01-261-22/+0
|
* Move show_{footer,header}() from ui.lib.php to UIPaul Arthur2013-01-261-24/+0
|
* Continue moving things into UIPaul Arthur2013-01-261-34/+0
| | | | | check_php_iconv() from lib/debug.lib.php becomes UI::check_iconv() truncate_with_ellipsis() from lib/ui.lib.php becomes UI::truncate()
* Move access_denied() from lib/ui.lib.php to UIPaul Arthur2013-01-261-14/+0
|
* Move flip_class() from lib/ui.lib.php to UIPaul Arthur2013-01-261-23/+0
|
* Move clean functions into their respective classesPaul Arthur2013-01-251-1/+1
| | | | Uniformly name them gc()
* Cosmetics: clean up heads in lib/Paul Arthur2013-01-251-6/+1
|
* FS#225 - xml_from_array() produces runtime errorDominik George2012-04-151-1/+1
| | | | | | | | | Newer versions of the PCRE library changed behaviour so we can't replace invalid characters by listing them, since it now requires that the characters in a pattern are valid Unicode characters. Use an inverted character class instead. Might work.
* Switch from _() to T_()Paul Arthur2012-04-121-24/+24
| | | | | | 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.
* Drop unnecessary conditional definition of gettextPaul Arthur2012-04-121-23/+0
| | | | php-gettext will always provide these functions.
* Make the output of catalog_update somewhat readable.Paul Arthur2011-08-041-0/+4
| | | | | | | | The previous method of mangling the generated HTML was extremely fragile and broke in a non-obvious fashion when the output was changed. Instead, modify our convenience function that updates the text to behave differently when the command line interface is being used.
* Flush in update_text to improve interface responsivenessPaul Arthur2011-06-241-0/+2
|
* Transcoding/streaming cleanup.Paul Arthur2011-04-081-1/+2
| | | | | | Derive our new filesize from the length, not the previous bitrate and size. Allow higher bitrates than the source when they're different formats. Return HTTP error codes when an error occurs. Minor cleanup.
* Clean up some PHPDoc crapPaul Arthur2011-04-041-7/+1
| | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't.
* Add function that check ampache and php version from each website.momo-i2011-02-041-4/+11
|
* Modified header comment for phpdocmomo-i2011-02-031-25/+31
|
* Try not to include invalid characters in our AJAX XML output.Paul 'flowerysong' Arthur2010-06-301-6/+22
|
* JavaScript cleanup. Consistently use camelCase for naming JS functions. UsePaul 'flowerysong' Arthur2010-06-241-3/+13
| | | | | | | 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.
* Clean up general.lib.php and ui.lib.php: remove unused functions, group relatedPaul 'flowerysong' Arthur2010-06-131-163/+150
| | | | functions, simplify implementation of some functions.
* Remove some unused genre stuff.Paul 'flowerysong' Arthur2010-06-101-4/+0
|
* Remove unused img_resize function, cosmetic changes around the altered versionPaul 'flowerysong' Arthur2010-05-031-88/+0
| | | | of it in art.class.php.
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* Replaced almost every dba::query to dba::read or dba::write.dipsol2009-12-141-124/+124
|
* Fix get_location() resolves #533Karl 'vollmerk' Vollmer2009-08-261-1/+1
|
* fixed for PHP 5.3.0 deprecate warningsmomo-i2009-07-021-4/+4
|
* alexey #426 translation patchKarl 'vollmerk' Vollmer2009-05-061-2/+2
|
* slightly reduce quality on resized jpgs to save a little spaceKarl 'vollmerk' Vollmer2009-04-211-1/+1
|
* fix typo causing height to not display on art retrival, update to db ↵Karl 'vollmerk' Vollmer2009-03-151-0/+16
| | | | allowing gc of tmp_browse, add extension to api album art image urls
* Add ability to have anonymouse access of a defined level with manual login ↵Karl 'vollmerk' Vollmer2009-03-081-65/+0
| | | | of users
* Resolve #401 new database update, reset album thumbs and use resized art...Karl 'vollmerk' Vollmer2009-03-011-3/+2
|
* first work on next db update, correct play_url() removing redundent path, ↵Karl 'vollmerk' Vollmer2009-03-011-26/+3
| | | | fix democratic play clear
* unify how the stream is constructed and played, this is a major change might ↵Karl 'vollmerk' Vollmer2009-02-281-6/+7
| | | | be some regressions
* reorganize the menu a whole bunch and add a confirmation page to the catalog ↵Karl 'vollmerk' Vollmer2008-06-191-1/+1
| | | | deletion
* commit of the patches from codeoverload to implement tagging, will not work ↵Karl 'vollmerk' Vollmer2008-05-121-0/+3
| | | | without manual modification of database, yes.. this commit breaks things cope
* added in the ajax-loading div display on catalog processes, also relaxed the ↵Karl 'vollmerk' Vollmer2008-05-061-2/+15
| | | | restrictions on filenames of non-site_charset, warning rather then fatal error
* Changed "starts with" browsing execution from OnChange to OnKeyUp (sounds ↵spocky2008-03-171-1/+2
| | | | | | more logical this way). Maybe we dont need "alphabet filter" above anymore. Or maybe we do (?). Fixed songs starting with "All" never searched
* fixed the issue with a lack of gettext (define ngettext if it does not exist)Karl 'vollmerk' Vollmer2008-03-141-0/+10
|
* added in the rating images from greengeek, removed some useless functions, ↵Karl 'vollmerk' Vollmer2008-01-271-147/+0
| | | | tweaked working on update to correctly reflect limitations
* fixed updating access level for prefs, headers for po files, httpq player ↵Karl 'vollmerk' Vollmer2008-01-051-2/+2
| | | | skip command and image resize for gif and png
* added ability to do add new on other elements of song edit (Thx picasso) ↵Karl 'vollmerk' Vollmer2007-12-311-16/+35
| | | | added export catalog to csv
* Added ability to export catalog to iTunes databaseflashk2007-12-291-1/+1
| | | | Fixed sql error when creating catalog
* added metadata hotness to the album art dumpKarl 'vollmerk' Vollmer2007-12-251-1/+1
|
* added new album option on song edit (Thx Picasso)Karl 'vollmerk' Vollmer2007-12-251-3/+21
|