summaryrefslogtreecommitdiffstats
path: root/templates/show_duplicates.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: death to tabsPaul Arthur2013-01-261-40/+40
| | | | | 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_box_{top,bottom}() from ui.lib.php to UIPaul Arthur2013-01-261-2/+2
|
* Move flip_class() from lib/ui.lib.php to UIPaul Arthur2013-01-261-1/+1
|
* Move duplicate searching from Catalog to SongPaul Arthur2013-01-251-2/+2
| | | | | Catalog::get_duplicate_songs() -> Song::find_duplicates() Catalog::get_duplicate_info() -> Song::get_duplicate_info()
* Cosmetics: clean up heads in templates/Paul Arthur2013-01-251-8/+1
|
* Switch from _() to T_()Paul Arthur2012-04-121-18/+18
| | | | | | 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 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.
* templates header comment modified for phpdocmomo-i2011-02-031-1/+1
|
* some templates modified header commentmomo-i2011-02-031-17/+29
|
* Use a function to format bytes -> human-readable sizes. Also bump catalog buildPaul 'flowerysong' Arthur2010-10-151-1/+1
| | | | memory profiling logging to level 5; fixes FS#141.
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-8/+8
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* Changed some name, because of the conventions.dipsol2008-12-021-2/+2
|
* fixed ticket 281, by changing the way the data was return. Now only the ↵dipsol2008-12-021-2/+3
| | | | button will be updated instead of the whole line.
* junk commit, nothing really changedKarl 'vollmerk' Vollmer2008-12-021-1/+1
|
* fixed the find duplicates stuff, its actually still broken somewhat but it ↵Karl 'vollmerk' Vollmer2007-12-161-31/+63
| | | | mostly works so why not commit eah?
* Almost finished css cleanupspocky2007-11-201-7/+4
|
* - Cleaned up php files (removed useless inlines styles, replaced header td ↵spocky2007-09-241-1/+1
| | | | | | | | | | with th...) - Cleaned up css (removed some unused classes) - Changed quick search size and added ability to customize it - Removed width=100% in preferences tables - Corrected missing closing tag in sidebar - Minor corrections
* new best guess duplicate logicKarl 'vollmerk' Vollmer2006-12-221-20/+15
|
* fixed up xmlrpc hopefully (needs testing) and fixed duplicates, cleaned up ↵Karl 'vollmerk' Vollmer2006-09-301-0/+61
burgundy a little more