summaryrefslogtreecommitdiffstats
path: root/lib/class/shoutbox.class.php
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: death to tabsPaul Arthur2013-01-261-152/+152
| | | | | 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.
* Rename shoutBox to ShoutboxPaul Arthur2013-01-251-2/+2
|
* Move clean functions into their respective classesPaul Arthur2013-01-251-0/+11
| | | | Uniformly name them gc()
* Cosmetics: clean up heads in lib/Paul Arthur2013-01-251-17/+1
|
* FS#257 - Social comments function not working.Paul Arthur2012-09-171-1/+1
| | | | | make_bool is definitely the wrong way to handle the parameter. This (untested) change might fix the bug.
* Clean up some PHPDoc crapPaul Arthur2011-04-041-9/+0
| | | | | | 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 phpdocmomo-i2011-02-031-1/+1
|
* header comment for phpdocmomo-i2011-02-031-1/+1
|
* test header for phpdoc. now using only classes and libraries.momo-i2011-02-021-19/+44
|
* Cosmetics. %s/assoicated/associated/gPaul 'flowerysong' Arthur2010-04-281-1/+1
|
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-76/+76
|
* Cosmetics: use tabs for indentation, tweak some indentation/coding style.Paul 'flowerysong' Arthur2010-03-141-15/+12
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* make it actually extend the session, also improve debug on the image pageKarl 'vollmerk' Vollmer2009-12-231-2/+2
|
* whole bunch more Dba::query replacementsKarl 'vollmerk' Vollmer2009-12-141-6/+6
|
* correct an error if you select an invalid object for the shoutboxKarl 'vollmerk' Vollmer2008-06-031-1/+1
|
* - Fixed Sorting on Admin->Browse Userspb1dft2008-02-231-0/+46
| | | | - Fixed Shoutbox and shoutbox management (pb1dft)
* removed random space on lastfm prefs, started work on managing shout and ↵Karl 'vollmerk' Vollmer2007-12-251-2/+2
| | | | flagged items, cleaned up shoutbox css a bit
* added shoutbox functionality, only linked from song and album right now also ↵Karl 'vollmerk' Vollmer2007-12-171-0/+177
interface for adding could use some improvement and also needs some management stuff to remove stickies etc