summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
...
* Drop unused ajax_url variablesPaul Arthur2012-12-197-7/+0
|
* Use Ajax::action to generate the refresh URLPaul Arthur2012-12-191-1/+1
| | | | Handcrafting it is unnecessary.
* Clean up remaining direct calls to mysql functionsPaul Arthur2012-11-081-1/+1
| | | | | This makes it theoretically possible to replace Dba with a different implementation somewhat painlessly.
* Clean up check_database, more direct mysql callsPaul Arthur2012-11-081-2/+1
|
* Move check_database_inserted into the Dba classPaul Arthur2012-11-081-1/+1
|
* Move check_database into the Dba classPaul Arthur2012-11-081-1/+1
|
* Start cleaning up the democratic thing.Paul Arthur2012-10-151-7/+7
| | | | | Whoever wrote the old implementation of get_items suffered from intense fear and hatred of SQL.
* Clean up template show_now_playing_rowPaul Arthur2012-09-201-12/+3
| | | | | | Song title was linked to yet another inconsistent action and links were being built from scratch instead of using the perfectly good preformatted ones.
* FS#142 - Clicking on song results in downloadingPaul Arthur2012-09-201-1/+1
| | | | | | | | | | | Change the title link in a song row so it links to the song details. While there's no real value in obfuscating the fact that a stream can be downloaded, there is value in a consistent interface. The song title being a stream link is inconsistent with other parts of the row (such as album and artist), inconsistent with other times we display songs (such as Recently Played), and doesn't consistently match the currently selected playback method.
* Rework debug pagePaul Arthur2012-07-111-48/+26
| | | | | | | We don't need to check for PCRE any more, it can't be disabled in PHP 5.3. Try to improve the descriptions.
* Refactor the random templatePaul Arthur2012-06-091-35/+44
| | | | I hate ${$name} with a fiery passion.
* Clean up the ACL UI a bitPaul Arthur2012-05-015-304/+35
| | | | Make it more consistent and remove outdated references to RPC keys.
* Switch from ngettext() to T_ngettext()Paul Arthur2012-04-122-8/+8
|
* Switch from _() to T_()Paul Arthur2012-04-12151-1277/+1277
| | | | | | 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.
* Fix issue with new time logic (erk)Paul Arthur2012-04-121-1/+1
|
* Fix pluralisation issue in Recently PlayedPaul Arthur2012-04-121-27/+33
| | | | | | | | | | Previously we would say things like "1 seconds" and "1 hours". Using the magic of ngettext and sprintf we can get rid of the static concatenation order and become theoretically more translatable as well as more correct in English. Also changed the logic a bit, since the old looping method was unfriendly to my brain.
* Make Art->get_from_source() staticPaul Arthur2012-04-091-1/+1
| | | | | | Half the calls to it were already trying to call it as a static method anyway. The only time $this was referenced was to get the type, so pass type as a parameter.
* Make the help text for the config step more closely resemble realityPaul Arthur2012-04-091-1/+1
|
* Add missing <td> tag to show_install_checkPaul Arthur2012-04-091-0/+1
|
* Make the install-time execution time check more betterPaul Arthur2012-04-091-1/+1
|
* Fix display of logic operator in searchPaul Arthur2012-03-311-3/+11
| | | | | It could be in either $_REQUEST or a playlist object, so we need to check the correct one.
* Clean up uses of Config::set and Config::set_by_arrayPaul Arthur2012-03-061-1/+1
| | | | | Consistently pass in a boolean instead of a string or an int for the clobber flag.
* FS#214 - Brackets In header.inc.phpPaul Arthur2012-02-201-1/+1
| | | | | Moved brackets inside the <a> element, which should prevent splitting them from the text they're supposed to enclose.
* Add remote_username/password to Catalog Edit pageKarl Vollmer2011-11-231-4/+6
|
* Fix DB updates so catalog remote_username and remote_password are added ↵Karl Vollmer2011-11-231-1/+1
| | | | correctly, also fix catalog creation so they are stored in the database
* Make the access denied page a little more readablePaul Arthur2011-11-221-10/+5
|
* Clean up some more "security" things.Paul Arthur2011-11-222-97/+0
| | | | phpinfo might actually be useful.
* Added class names to generic box names.mywindow2011-09-1939-54/+54
|
* Make debug and install tests friendlierPaul Arthur2011-09-192-16/+32
| | | | | | "PHP putenv support" had nothing to do with putenv. Split it into multiple tests and have the output actually correspond to what we're checking.
* FS#189 Fixed dropdown selectiondipsol2011-09-141-2/+2
|
* FS#188, fixed the showart checkbox problem.dipsol2011-09-141-1/+1
|
* Add search links to the sidebar.Paul Arthur2011-08-311-0/+8
|
* Changed CSS class from box to info-box, which may be more correct.Paul Arthur2011-08-221-1/+1
|
* Fix FS#175 - Advanced Random Resets Item Count to 1Paul Arthur2011-08-121-2/+9
|
* Some Catalog cleanup and enhancement.Paul Arthur2011-08-121-4/+4
|
* Merge branch 'master' of gitorious.org:ampache/ampacheKarl Vollmer2011-07-274-10/+9
|\
| * Add some spaces to make the verify output prettierPaul Arthur2011-06-241-2/+2
| |
| * Add some additional CSS classes for searchPaul Arthur2011-05-282-2/+2
| |
| * Partial fix for catalog filteringPaul Arthur2011-05-261-1/+1
| | | | | | | | | | Acting on 'click' sends the AJAX request as soon as the user clicks to make the dropdown drop down; watch for 'change' instead.
| * UI fix for toggling artworkPaul Arthur2011-05-261-5/+4
| |
* | Install now contains two buttons, Download & Write for the config file, ↵Karl Vollmer2011-07-272-1/+14
|/ | | | | | there is also an additional check before that if the config file is writeable
* Merge branch 'master' of gitorious.org:ampache/ampacheKarl Vollmer2011-05-111-2/+3
|\
| * JS-less install should work better.Paul Arthur2011-05-041-2/+3
| |
* | Resolves ↵Karl Vollmer2011-05-111-1/+1
|/ | | | http://securityhome.eu/os/symbian/exploit.php?eid=13841837434dc7c979ead967.10205987
* Fix display not updating during catalog updates.Paul Arthur2011-04-183-9/+9
| | | | | | Consistently use $this instead of $catalog or (no longer set) local variables that duplicated class variables in the templates, minor quoting cosmetics.
* Clean up some PHPDoc crapPaul Arthur2011-04-04155-931/+155
| | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't.
* Fix FS#152Paul Arthur2011-04-021-1/+1
| | | | Tag browsing is now at least somewhat unbroken.
* Reworked searchPaul Arthur2011-04-0213-248/+444
| | | | | Still has tentacles and should have been integrated into the existing API/Browse implementation better, but it's functional.
* Added security check function (this is experimental.)momo-i2011-02-071-1/+5
|
* Update admin sidebar menu.momo-i2011-02-072-2/+11
| | | | Rename function name.