Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't reset the PHP memory_limit when it's -1 | Paul Arthur | 2013-05-15 | 1 | -1/+6 |
| | | | | | This function is never supposed to lower the limit, and -1 is a flag value for no limit. | ||||
* | 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 |
| | | | | | Also move the config-related functions out of debug.lib.php (why they were there in the first place is anyone's guess.) | ||||
* | Fix sed error | Paul Arthur | 2013-01-26 | 1 | -2/+2 |
| | |||||
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -131/+131 |
| | | | | | 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 [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 |
| | | | | | | | ini_set should be passed an integer byte value; shorthand byte values should only be used in php.ini. It's bad to assume that values are always in megabytes; we could enforce it in our config file if we cared, but not in PHP's. | ||||
* | escapeshellarg's behaviour is locale-dependent | Paul Arthur | 2012-05-25 | 1 | -0/+14 |
| | | | | Reimplement it locally so it isn't. Might fix FS#252. | ||||
* | Use spl_autoload_register instead of __autoload | Paul Arthur | 2012-04-18 | 1 | -25/+0 |
| | | | | | Might be useful in the future, __autoload is discouraged according to the PHP documentation. | ||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -1/+1 |
| | | | | | | 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 crap | Paul Arthur | 2011-04-04 | 1 | -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. | ||||
* | 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 |
| | | | | memory profiling logging to level 5; fixes FS#141. | ||||
* | Clean up general.lib.php and ui.lib.php: remove unused functions, group related | Paul 'flowerysong' Arthur | 2010-06-13 | 1 | -246/+77 |
| | | | | functions, simplify implementation of some functions. | ||||
* | 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 |
| | | | | add debug_event for stream type check | ||||
* | Added: lyrics get from getid3 (pls test by any mp3s) | momo-i | 2009-02-24 | 1 | -0/+10 |
| | | | | Added: debug_print function (pre tag for print_r) | ||||
* | Updated: Norwegian into general.lib.php | momo-i | 2009-02-19 | 1 | -0/+1 |
| | | | | Added: Norwegian stat in LANGLIST | ||||
* | slight tweak to dba class to try to make it a little more bullet proof, ↵ | Karl 'vollmerk' Vollmer | 2009-02-04 | 1 | -4/+15 |
| | | | | commented added functions | ||||
* | 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 |
| | | | | litle things not worth mentioning. | ||||
* | 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 ↵ | Karl 'vollmerk' Vollmer | 2008-05-10 | 1 | -1/+1 |
| | | | | as a preference update issue, fixed infinite plugin installing for fun and profit, also fixed updating the config file not regenerating the version correctly and the user creation allowing users with blank password, which does not work at the login | ||||
* | new flash player that still does not work, fixed some bad references to the ↵ | Karl 'vollmerk' Vollmer | 2008-04-11 | 1 | -4/+4 |
| | | | | ellipsis thresholds | ||||
* | force consistant charset on file add, add fix_filenames script and minor ↵ | Karl 'vollmerk' Vollmer | 2008-03-17 | 1 | -4/+4 |
| | | | | tweak for democratic play | ||||
* | added Greek translation | Karl 'vollmerk' Vollmer | 2008-02-28 | 1 | -0/+2 |
| | |||||
* | removed ip2int, int2ip custom functions fixed browse issues when adding ↵ | Karl 'vollmerk' Vollmer | 2008-02-28 | 1 | -24/+1 |
| | | | | filters in specific order | ||||
* | added in the rating images from greengeek, removed some useless functions, ↵ | Karl 'vollmerk' Vollmer | 2008-01-27 | 1 | -20/+0 |
| | | | | tweaked working on update to correctly reflect limitations | ||||
* | - Fixed search by rating (Thx alex2008) | Karl 'vollmerk' Vollmer | 2008-01-13 | 1 | -4/+2 |
| | | | | | - Fixed no result return on random methods - Added mime,language & lyrics to catalog updating functions | ||||
* | 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 |
| |