Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Added Hello World | root | 2010-03-25 | 1 | -0/+1 | |
| | | ||||||
* | | add 32 user color support on pads | Peter Martischka | 2010-03-30 | 4 | -13/+70 | |
| | | ||||||
* | | Removed some debug-printing | Egil Moeller | 2010-03-30 | 1 | -2/+0 | |
| | | ||||||
* | | Bugfix for plugin manager | Egil Moeller | 2010-03-30 | 2 | -6/+4 | |
| | | ||||||
* | | Added a DB migration to set up plugin DB tables | Egil Moeller | 2010-03-30 | 2 | -1/+42 | |
| | | ||||||
* | | Added RSS support for the tag browser | Egil Moeller | 2010-03-28 | 3 | -4/+88 | |
| | | ||||||
* | | Added easy linking to searches | Egil Moeller | 2010-03-27 | 2 | -14/+28 | |
| | | ||||||
* | | Bugworkaround for JS problem | Egil Moeller | 2010-03-27 | 1 | -1/+5 | |
| | | ||||||
* | | More styling | Egil Moeller | 2010-03-27 | 1 | -1/+5 | |
| | | ||||||
* | | More styling | Egil Moeller | 2010-03-27 | 2 | -18/+36 | |
| | | ||||||
* | | Better styling | Egil Moeller | 2010-03-27 | 1 | -1/+1 | |
| | | ||||||
* | | Added ability to show last changed pads | Egil Moeller | 2010-03-27 | 1 | -5/+14 | |
| | | ||||||
* | | More styling of the tag browser | Egil Moeller | 2010-03-27 | 2 | -37/+35 | |
| | | ||||||
* | | Added a MOTD | Egil Moeller | 2010-03-27 | 1 | -0/+1 | |
| | | ||||||
* | | Bugfix for the ace callHook support | Egil Moeller | 2010-03-27 | 2 | -2/+2 | |
| | | ||||||
* | | Better styling of tag search page | Egil Moeller | 2010-03-27 | 2 | -8/+40 | |
| | | ||||||
* | | Some styling work for tags | Egil Moeller | 2010-03-27 | 3 | -13/+124 | |
| | | ||||||
* | | Added styling of tags in the editor | Egil Moeller | 2010-03-27 | 1 | -1/+6 | |
| | | ||||||
* | | Made handlePaths from plugins override paths from main | Egil Moeller | 2010-03-27 | 1 | -13/+14 | |
| | | ||||||
* | | Added the aceInitInnerdocbodyHead hook | Egil Moeller | 2010-03-27 | 1 | -0/+8 | |
| | | ||||||
* | | Made it possible to callHook from templates | Egil Moeller | 2010-03-27 | 1 | -0/+1 | |
|/ | ||||||
* | Merge branch 'twitterstyletags' into plugin-framework | Egil Moeller | 2010-03-25 | 0 | -0/+0 | |
|\ | ||||||
| * | select distinct in tag search | Egil Moeller | 2010-03-12 | 1 | -1/+1 | |
| | | ||||||
| * | Added a MOTD functionality | Egil Moeller | 2010-03-12 | 3 | -1/+3 | |
| | | ||||||
| * | Changed the homepage to be the tag search page | Egil Moeller | 2010-03-12 | 2 | -3/+5 | |
| | | ||||||
| * | List of tags for each match (could need cleanup) | Egil Moeller | 2010-03-12 | 1 | -5/+8 | |
| | | ||||||
| * | Bugfix for queries with multiple negative tags | Egil Moeller | 2010-03-12 | 1 | -4/+4 | |
| | | ||||||
| * | Added a view of the current query to the search page | Egil Moeller | 2010-03-12 | 2 | -2/+12 | |
| | | ||||||
| * | Cleaned up the taglinking code a bit | Egil Moeller | 2010-03-12 | 2 | -13/+15 | |
| | | ||||||
| * | Tags are now shown as links | Egil Moeller | 2010-03-12 | 4 | -4/+61 | |
| | | ||||||
| * | Readonly public pads | Egil Moeller | 2010-03-12 | 2 | -2/+26 | |
| | | ||||||
| * | Bugfix for mysql support for anti_tags - I forgot that mysql doesn't support ↵ | Egil Moeller | 2010-03-12 | 1 | -23/+26 | |
| | | | | | | | | the except sql clause | |||||
| * | Tag search works fully but looks awfull | Egil Moeller | 2010-03-12 | 7 | -3/+418 | |
| | | ||||||
| * | Oups, last commit committed the tagging support, but missed this file | Egil Moeller | 2010-03-12 | 1 | -0/+35 | |
| | | ||||||
| * | First attempt to saving tags to db | Egil Moeller | 2010-03-12 | 1 | -0/+36 | |
| | | ||||||
* | | Got twitter style tags to work | Egil Moeller | 2010-03-25 | 3 | -3/+301 | |
| | | ||||||
* | | Made reload of a plugin really reload it, for real, from disk | Egil Moeller | 2010-03-25 | 2 | -2/+3 | |
| | | ||||||
* | | CaSe BuGfIx | Egil Moeller | 2010-03-25 | 1 | -8/+8 | |
| | | ||||||
* | | Added create table statements | Egil Moeller | 2010-03-25 | 1 | -0/+18 | |
| | | ||||||
* | | Got the server side of the twitter style tags to work | Egil Moeller | 2010-03-25 | 2 | -7/+43 | |
| | | ||||||
* | | Added padModelWriteToDB hook | Egil Moeller | 2010-03-25 | 1 | -0/+4 | |
| | | ||||||
* | | Got the client side of twitter style tags to work | Egil Moeller | 2010-03-25 | 2 | -6/+25 | |
| | | ||||||
* | | Added aceCreateDomline hook plus some code cleanup in the ace | Egil Moeller | 2010-03-25 | 2 | -10/+22 | |
| | | ||||||
* | | Generalized linestylefilter.getURLFilter to a linestylefilter.getRegexpFilter | Egil Moeller | 2010-03-25 | 6 | -42/+178 | |
| | | ||||||
* | | Bugfix for infrastructure/ace/bin/make to handle non-existent target ↵ | Egil Moeller | 2010-03-25 | 1 | -0/+2 | |
| | | | | | | | | directories, as git removes empty directories :( | |||||
* | | Removed files auto-generated by infrastructure/ace/bin/make | Egil Moeller | 2010-03-25 | 13 | -7175/+12 | |
| | | ||||||
* | | Added support for plugins in the ACE linefilter | Egil Moeller | 2010-03-25 | 2 | -11/+28 | |
| | | ||||||
* | | Made the client side plugin API more similar to the server side one | Egil Moeller | 2010-03-22 | 2 | -19/+21 | |
| | | ||||||
* | | Bugfix for ACE compiler | Egil Moeller | 2010-03-22 | 1 | -4/+4 | |
| | | ||||||
* | | Updated changes to adhere to new directory layout | Egil Moeller | 2010-03-22 | 12 | -0/+0 | |
| | |