aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add 32 user color support on padsPeter Martischka2010-03-304-13/+70
|
* Removed some debug-printingEgil Moeller2010-03-301-2/+0
|
* Bugfix for plugin managerEgil Moeller2010-03-302-6/+4
|
* Added a DB migration to set up plugin DB tablesEgil Moeller2010-03-302-1/+42
|
* Added RSS support for the tag browserEgil Moeller2010-03-283-4/+88
|
* Added easy linking to searchesEgil Moeller2010-03-272-14/+28
|
* Bugworkaround for JS problemEgil Moeller2010-03-271-1/+5
|
* More stylingEgil Moeller2010-03-271-1/+5
|
* More stylingEgil Moeller2010-03-272-18/+36
|
* Better stylingEgil Moeller2010-03-271-1/+1
|
* Added ability to show last changed padsEgil Moeller2010-03-271-5/+14
|
* More styling of the tag browserEgil Moeller2010-03-272-37/+35
|
* Added a MOTDEgil Moeller2010-03-271-0/+1
|
* Bugfix for the ace callHook supportEgil Moeller2010-03-272-2/+2
|
* Better styling of tag search pageEgil Moeller2010-03-272-8/+40
|
* Some styling work for tagsEgil Moeller2010-03-273-13/+124
|
* Added styling of tags in the editorEgil Moeller2010-03-271-1/+6
|
* Made handlePaths from plugins override paths from mainEgil Moeller2010-03-271-13/+14
|
* Added the aceInitInnerdocbodyHead hookEgil Moeller2010-03-271-0/+8
|
* Made it possible to callHook from templatesEgil Moeller2010-03-271-0/+1
|
* Merge branch 'twitterstyletags' into plugin-frameworkEgil Moeller2010-03-250-0/+0
|\
| * select distinct in tag searchEgil Moeller2010-03-121-1/+1
| |
| * Added a MOTD functionalityEgil Moeller2010-03-123-1/+3
| |
| * Changed the homepage to be the tag search pageEgil Moeller2010-03-122-3/+5
| |
| * List of tags for each match (could need cleanup)Egil Moeller2010-03-121-5/+8
| |
| * Bugfix for queries with multiple negative tagsEgil Moeller2010-03-121-4/+4
| |
| * Added a view of the current query to the search pageEgil Moeller2010-03-122-2/+12
| |
| * Cleaned up the taglinking code a bitEgil Moeller2010-03-122-13/+15
| |
| * Tags are now shown as linksEgil Moeller2010-03-124-4/+61
| |
| * Readonly public padsEgil Moeller2010-03-122-2/+26
| |
| * Bugfix for mysql support for anti_tags - I forgot that mysql doesn't support ↵Egil Moeller2010-03-121-23/+26
| | | | | | | | the except sql clause
| * Tag search works fully but looks awfullEgil Moeller2010-03-127-3/+418
| |
| * Oups, last commit committed the tagging support, but missed this fileEgil Moeller2010-03-121-0/+35
| |
| * First attempt to saving tags to dbEgil Moeller2010-03-121-0/+36
| |
* | Got twitter style tags to workEgil Moeller2010-03-253-3/+301
| |
* | Made reload of a plugin really reload it, for real, from diskEgil Moeller2010-03-252-2/+3
| |
* | CaSe BuGfIxEgil Moeller2010-03-251-8/+8
| |
* | Added create table statementsEgil Moeller2010-03-251-0/+18
| |
* | Got the server side of the twitter style tags to workEgil Moeller2010-03-252-7/+43
| |
* | Added padModelWriteToDB hookEgil Moeller2010-03-251-0/+4
| |
* | Got the client side of twitter style tags to workEgil Moeller2010-03-252-6/+25
| |
* | Added aceCreateDomline hook plus some code cleanup in the aceEgil Moeller2010-03-252-10/+22
| |
* | Generalized linestylefilter.getURLFilter to a linestylefilter.getRegexpFilterEgil Moeller2010-03-256-42/+178
| |
* | Bugfix for infrastructure/ace/bin/make to handle non-existent target ↵Egil Moeller2010-03-251-0/+2
| | | | | | | | directories, as git removes empty directories :(
* | Removed files auto-generated by infrastructure/ace/bin/makeEgil Moeller2010-03-2513-7175/+12
| |
* | Added support for plugins in the ACE linefilterEgil Moeller2010-03-252-11/+28
| |
* | Made the client side plugin API more similar to the server side oneEgil Moeller2010-03-222-19/+21
| |
* | Bugfix for ACE compilerEgil Moeller2010-03-221-4/+4
| |
* | Updated changes to adhere to new directory layoutEgil Moeller2010-03-2212-0/+0
| |
* | Merge branch 'master' into plugin-frameworkEgil Moeller2010-03-221096-7/+6
|\ \