Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix 'foo all catalogs' via the web interface | Paul Arthur | 2013-05-13 | 1 | -10/+9 |
| | | | | | | | Evidently Catalog::get_catalog_ids() wasn't quite as unused as I thought it was. Fixes GH #18 | ||||
* | Make remote catalogs actually work | Paul Arthur | 2013-03-28 | 1 | -1/+1 |
| | |||||
* | duplicates.php: drop unnecessary Dba::escape() | Paul Arthur | 2013-02-04 | 1 | -1/+1 |
| | | | | This value is never passed to the database or output in any way. | ||||
* | Rename Ampache_Mail to Mailer | Paul Arthur | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | Cosmetics: s/Itterate/Iterate/ | Paul Arthur | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 11 | -1043/+1043 |
| | | | | | 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 UI | Paul Arthur | 2013-01-26 | 2 | -6/+6 |
| | |||||
* | Move show_{footer,header}() from ui.lib.php to UI | Paul Arthur | 2013-01-26 | 11 | -22/+22 |
| | |||||
* | Move access_denied() from lib/ui.lib.php to UI | Paul Arthur | 2013-01-26 | 11 | -24/+24 |
| | |||||
* | Move Catalog::get_disabled() to Song | Paul Arthur | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | Move Catalog::optimize_tables() to Dba | Paul Arthur | 2013-01-26 | 1 | -2/+2 |
| | |||||
* | Rename shoutBox to Shoutbox | Paul Arthur | 2013-01-25 | 1 | -4/+4 |
| | |||||
* | Move clean functions into their respective classes | Paul Arthur | 2013-01-25 | 1 | -2/+2 |
| | | | | Uniformly name them gc() | ||||
* | Move duplicate searching from Catalog to Song | Paul Arthur | 2013-01-25 | 1 | -1/+1 |
| | | | | | Catalog::get_duplicate_songs() -> Song::find_duplicates() Catalog::get_duplicate_info() -> Song::get_duplicate_info() | ||||
* | Move Catalog::clear_stats() to Stats::clear() | Paul Arthur | 2013-01-25 | 1 | -4/+3 |
| | |||||
* | Consistently use _ in two-word class names | Paul Arthur | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | require and require_once aren't functions | Paul Arthur | 2013-01-25 | 2 | -7/+7 |
| | | | | | Since the parentheses are optional, we leave them off to remind ourselve that PHP be crazy, yo. | ||||
* | Consistently use require_once to load init.php | Paul Arthur | 2013-01-25 | 3 | -3/+3 |
| | |||||
* | Cosmetics: clean up heads in admin/ | Paul Arthur | 2013-01-25 | 11 | -77/+11 |
| | |||||
* | Cosmetics: Fix capitalisation | Paul Arthur | 2012-10-18 | 1 | -1/+1 |
| | |||||
* | FS#248 - Sending Mail with quotes | Paul Arthur | 2012-09-20 | 1 | -2/+2 |
| | | | | | | Don't run scrub_in on the subject and body; it's not touching the database or being output back to the browser, and we send plain text email. Anything malicious that can be done is a phpmailer bug. | ||||
* | Clean up the ACL UI a bit | Paul Arthur | 2012-05-01 | 1 | -57/+15 |
| | | | | Make it more consistent and remove outdated references to RPC keys. | ||||
* | Switch from ngettext() to T_ngettext() | Paul Arthur | 2012-04-12 | 1 | -2/+2 |
| | |||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 8 | -67/+67 |
| | | | | | | 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. | ||||
* | Refactor similar init code into new init-tiny.php | Paul Arthur | 2012-03-13 | 1 | -3/+1 |
| | | | | | | | | | Several places were doing operations that were practically the same (loading core libraries and setting some variables), with varying levels of success in remembering to do the right things in the right order. Making a separate minimal init.php that doesn't worry about some of the sanity checks and session bumpf makes this cleaner and easier to maintain. | ||||
* | Add remote_username/password to Catalog Edit page | Karl Vollmer | 2011-11-23 | 1 | -1/+1 |
| | |||||
* | Inverted, remote not local | Karl Vollmer | 2011-11-23 | 1 | -1/+1 |
| | |||||
* | Fix DB updates so catalog remote_username and remote_password are added ↵ | Karl Vollmer | 2011-11-23 | 1 | -3/+2 |
| | | | | correctly, also fix catalog creation so they are stored in the database | ||||
* | Update Horde_Browser to latest. | Paul Arthur | 2011-10-27 | 1 | -1/+1 |
| | |||||
* | Added class names to generic box names. | mywindow | 2011-09-19 | 2 | -3/+3 |
| | |||||
* | Fix display of duplicate search | Adam Grissom | 2011-04-18 | 1 | -1/+2 |
| | |||||
* | Clean up some PHPDoc crap | Paul Arthur | 2011-04-04 | 11 | -66/+11 |
| | | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't. | ||||
* | Catalog work | Paul Arthur | 2011-04-02 | 1 | -5/+7 |
| | | | | | | Reduce the frequency of some expensive database operations when processing multiple catalogs. More debugging output. Remove unnecessary or unused parameters from function calls. | ||||
* | header comment modified for phpdoc | momo-i | 2011-02-03 | 11 | -11/+11 |
| | |||||
* | header comment for phpdoc | momo-i | 2011-02-03 | 11 | -198/+319 |
| | |||||
* | Refactor mail handling a bit and make registration use the same method as the | Paul 'flowerysong' Arthur | 2010-10-09 | 1 | -31/+19 |
| | | | | other places that send mail. | ||||
* | Plugin work. Plugins are now pluggable: no plugin-specific code in the main ↵ | Paul 'flowerysong' Arthur | 2010-06-22 | 1 | -1/+13 |
| | | | | | | | Ampache code. Plugins are now updatable, if configuration changes are needed for a new version. | ||||
* | Clean up general.lib.php and ui.lib.php: remove unused functions, group related | Paul 'flowerysong' Arthur | 2010-06-13 | 1 | -21/+8 |
| | | | | functions, simplify implementation of some functions. | ||||
* | Change Browse from static to instantiable. Among other things, fixes FS#13; | Paul 'flowerysong' Arthur | 2010-06-10 | 4 | -20/+32 |
| | | | | | probably also breaks things. Most things appear to still work, but I may have missed some cases. | ||||
* | Cleanup and rationalisation of authentication related code. Among other things, | Paul 'flowerysong' Arthur | 2010-05-29 | 1 | -4/+4 |
| | | | | fixes FS#99. | ||||
* | Art work. Rationalise DB schema, support multiple thumbnail sizes and | Paul 'flowerysong' Arthur | 2010-05-05 | 1 | -1/+1 |
| | | | | | caching thereof, call Catalog->gather_art instead of Catalog->gather_album_art, unbreak (hopefully) gather_musicbrainz. | ||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 11 | -466/+466 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 11 | -0/+11 |
| | |||||
* | sync from 3.5.x and fix display issue on playlist view | Karl 'vollmerk' Vollmer | 2009-12-20 | 3 | -8/+31 |
| | |||||
* | sync fix for doing something with collected m3u files during catalog creation | Karl 'vollmerk' Vollmer | 2009-11-14 | 1 | -14/+12 |
| | |||||
* | Add Hint for translators | momo-i | 2009-05-19 | 1 | -0/+1 |
| | |||||
* | Update phpmailer version | momo-i | 2009-05-18 | 1 | -3/+3 |
| | |||||
* | fix sprintf typo | momo-i | 2009-05-06 | 1 | -1/+1 |
| | |||||
* | fix nexturl typo and more translate | momo-i | 2009-05-06 | 4 | -10/+10 |
| | |||||
* | Update translate strings | momo-i | 2009-05-06 | 8 | -96/+96 |
| | | | | | Change indent tab from blank Fix show_confirmation web_path |