| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix scrub_in to be safer | Paul Arthur | 2013-02-07 | 1 | -1/+1 |
* | Clean up PHP tests and reuse them in init.php | Paul Arthur | 2013-02-03 | 1 | -0/+49 |
* | Fix sed error | Paul Arthur | 2013-01-26 | 1 | -2/+2 |
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -131/+131 |
* | Move [un]format_bytes() from general.lib.php to UI | Paul Arthur | 2013-01-26 | 1 | -50/+2 |
* | Cosmetics: clean up heads in lib/ | Paul Arthur | 2013-01-25 | 1 | -7/+1 |
* | Remove more code that only ran on PHP <5.3 | Paul Arthur | 2012-07-01 | 1 | -8/+1 |
* | Clean up set_memory_limit | Paul Arthur | 2012-07-01 | 1 | -7/+31 |
* | escapeshellarg's behaviour is locale-dependent | Paul Arthur | 2012-05-25 | 1 | -0/+14 |
* | Use spl_autoload_register instead of __autoload | Paul Arthur | 2012-04-18 | 1 | -25/+0 |
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -1/+1 |
* | Clean up some PHPDoc crap | Paul Arthur | 2011-04-04 | 1 | -7/+1 |
* | header comment modified for phpdoc | momo-i | 2011-02-03 | 1 | -1/+9 |
* | test header for phpdoc. now using only classes and libraries. | momo-i | 2011-02-02 | 1 | -18/+21 |
* | Use a function to format bytes -> human-readable sizes. Also bump catalog build | Paul 'flowerysong' Arthur | 2010-10-15 | 1 | -0/+23 |
* | Clean up general.lib.php and ui.lib.php: remove unused functions, group related | Paul 'flowerysong' Arthur | 2010-06-13 | 1 | -246/+77 |
* | Remove some unused genre stuff. | Paul 'flowerysong' Arthur | 2010-06-10 | 1 | -7/+0 |
* | Remove unused function format_time. | Paul 'flowerysong' Arthur | 2010-06-07 | 1 | -11/+0 |
* | More changes to art - have not removed old functionality yet | Karl 'vollmerk' Vollmer | 2010-03-21 | 1 | -1/+1 |
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
* | sync from 3.5.x and fix display issue on playlist view | Karl 'vollmerk' Vollmer | 2009-12-20 | 1 | -71/+0 |
* | Replaced almost every dba::query to dba::read or dba::write. | dipsol | 2009-12-14 | 1 | -2/+2 |
* | Passwords can be shorter then asked. Changed the way its generated. | dipsol | 2009-11-05 | 1 | -62/+62 |
* | fixed #479 if PHP version is 5.3.0 or larger, don't use magic_quotes. | momo-i | 2009-05-27 | 1 | -1/+2 |
* | Update HTML header for RTL language. | momo-i | 2009-05-06 | 1 | -0/+8 |
* | Added: lyrics get from getid3 (pls test by any mp3s) | momo-i | 2009-02-24 | 1 | -0/+10 |
* | Updated: Norwegian into general.lib.php | momo-i | 2009-02-19 | 1 | -0/+1 |
* | slight tweak to dba class to try to make it a little more bullet proof, comme... | Karl 'vollmerk' Vollmer | 2009-02-04 | 1 | -4/+15 |
* | Added: checkdnsrr and getmxrr function for Win | momo-i | 2009-02-03 | 1 | -0/+50 |
* | incomplete changes, commiting because I need a coding break | Karl 'vollmerk' Vollmer | 2009-02-01 | 1 | -102/+0 |
* | changed the xmlrpc library to the pear xmlrpc library. Also fixed some other ... | dipsol | 2008-12-11 | 1 | -4/+4 |
* | Updated language code list and Fixed catalan language code | momo-i | 2008-08-28 | 1 | -16/+46 |
* | good number of changes to browse, this breaks more then it fixes... | Karl 'vollmerk' Vollmer | 2008-08-13 | 1 | -1/+1 |
* | sync from branch | Karl 'vollmerk' Vollmer | 2008-07-26 | 1 | -1/+1 |
* | sync from branches | Karl 'vollmerk' Vollmer | 2008-07-24 | 1 | -0/+1 |
* | some rather major bug fixes, corrected a preference setting issue, as well as... | Karl 'vollmerk' Vollmer | 2008-05-10 | 1 | -1/+1 |
* | new flash player that still does not work, fixed some bad references to the e... | Karl 'vollmerk' Vollmer | 2008-04-11 | 1 | -4/+4 |
* | force consistant charset on file add, add fix_filenames script and minor twea... | Karl 'vollmerk' Vollmer | 2008-03-17 | 1 | -4/+4 |
* | added Greek translation | Karl 'vollmerk' Vollmer | 2008-02-28 | 1 | -0/+2 |
* | removed ip2int, int2ip custom functions fixed browse issues when adding filte... | Karl 'vollmerk' Vollmer | 2008-02-28 | 1 | -24/+1 |
* | added in the rating images from greengeek, removed some useless functions, tw... | Karl 'vollmerk' Vollmer | 2008-01-27 | 1 | -20/+0 |
* | - Fixed search by rating (Thx alex2008) | Karl 'vollmerk' Vollmer | 2008-01-13 | 1 | -4/+2 |
* | Added support for mp3 files with special constant bitrate mode | flashk | 2007-12-29 | 1 | -0/+6 |
* | fixed API calls, cleaned up old functions that are no longer needed | Karl 'vollmerk' Vollmer | 2007-12-23 | 1 | -38/+0 |
* | fixed ajax requests with invalid session not causing logout | Karl 'vollmerk' Vollmer | 2007-12-10 | 1 | -62/+13 |
* | database update, cleaned up some stuff | Karl 'vollmerk' Vollmer | 2007-12-10 | 1 | -1/+12 |
* | fixed advanced random, tweaked some css a tad and fixed a few other minor typos | Karl 'vollmerk' Vollmer | 2007-08-27 | 1 | -128/+4 |
* | licence updates, Thx porthose | Karl 'vollmerk' Vollmer | 2007-08-19 | 1 | -3/+2 |
* | fixed album.disk for ogg files and added it to the display | Karl 'vollmerk' Vollmer | 2007-08-19 | 1 | -1/+1 |
* | first step towards multi-disk support, Thx Hugo Haas | Karl 'vollmerk' Vollmer | 2007-08-16 | 1 | -0/+1 |