| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2007-03-20 | remove deprecated calls to old object permissions | Christian Fowler | 4 | -98/+2 | |
| 2007-02-05 | Minor corrections to comments for PHPDoc | Lester Caine | 2 | -7/+15 | |
| 2007-01-14 | convert div.header h2 to div.header p where <h2> represents a description ↵ | Max Kremmel | 2 | -2/+2 | |
| such as in wiki pages | |||||
| 2007-01-06 | rename some methods in BitDbBase to meet bitweaver standards. all changes ↵ | Max Kremmel | 2 | -9/+9 | |
| backwards compatible with deprecated function call message. | |||||
| 2007-01-06 | massive clean up to newsletters - improve usability for listing, editing, ↵ | Christian Fowler | 12 | -180/+283 | |
| creating, and subscriptions | |||||
| 2007-01-05 | searched for .title} .description} and .data} and added |escape where ↵ | Max Kremmel | 1 | -2/+2 | |
| appropriate (i hope). might have misinterpreted a situation or two, so please keep a lookout... | |||||
| 2006-12-23 | friggin smarty bug... when you set a var TRUE, it doesn't check to see what ↵ | Max Kremmel | 1 | -1/+1 | |
| it's value is, but just assumes it's always true. need to specify prototype lib explicitly | |||||
| 2006-10-28 | fix incorrect template reference | Jerry Russell | 1 | -2/+2 | |
| 2006-10-13 | phpDoc additions | Lester Caine | 6 | -18/+65 | |
| 2006-10-13 | phpDoc corrections | Lester Caine | 3 | -9/+18 | |
| 2006-10-07 | more unsub cleanup, still more to go | Christian Fowler | 5 | -52/+77 | |
| 2006-10-07 | schema fixes | Christian Fowler | 1 | -2/+2 | |
| 2006-10-07 | major clean up to newsletter sending. everything pretty clean at this point. ↵ | Christian Fowler | 8 | -61/+84 | |
| unsub needs work | |||||
| 2006-09-12 | clean up registerAppMenu API, clean up a lot of the menu code, don't assign ↵ | Max Kremmel | 1 | -1/+6 | |
| appMenu to templates but use $gBitSystem->mAppMenu directly | |||||
| 2006-09-10 | move homeable setting to registerPackage() settings | Max Kremmel | 2 | -2/+1 | |
| 2006-09-03 | change all biticon links to point to the new icons provided in ↵ | Max Kremmel | 5 | -13/+13 | |
| themes/icon_styles, update themes manager to make icon styles selectable, massive script used to do this ( will me made available shortly ) - might not all be perfect. please help out by fixing broken icon links. | |||||
| 2006-09-03 | preliminary biticon cleanup | Max Kremmel | 1 | -1/+1 | |
| 2006-07-31 | various improvements, still not complete | Christian Fowler | 3 | -5/+29 | |
| 2006-07-07 | clean up so things at least parse. WARNING: newsletters in HEAD are in a ↵ | Christian Fowler | 1 | -4/+6 | |
| state of flux at the moment | |||||
| 2006-07-07 | add support for subscribing a user_id, not just an email. not done yet... ↵ | Christian Fowler | 5 | -60/+86 | |
| also make an intelligent sub/unsub info page for a newsletter | |||||
| 2006-07-05 | insert missing <!-- end .body --> tags for more reliable highlighting | Max Kremmel | 1 | -1/+1 | |
| 2006-06-30 | add listing of queued mail. not done yet... | Christian Fowler | 3 | -3/+86 | |
| 2006-06-19 | merge all of wolffies changes to HEAD. Now need to work on a few things like ↵ | Christian Fowler | 26 | -279/+524 | |
| user_id in mail_subs table, etc. | |||||
| 2006-05-06 | clean up schema files, remove unused PackageInfo data - we really need a ↵ | Max Kremmel | 1 | -3/+0 | |
| package manager for this, add plugin_path column to liberty_plugins | |||||
| 2006-04-20 | remove tiki_ permission prefix and remove tiki_ prefix from constraints | Max Kremmel | 6 | -20/+20 | |
| 2006-04-19 | more kernel_config renames | Max Kremmel | 5 | -15/+15 | |
| 2006-04-13 | remove outdated spellchecker code that calls non-existent functions | Max Kremmel | 1 | -11/+1 | |
| 2006-04-11 | more permissions housekeeping and tidyup | Max Kremmel | 1 | -79/+0 | |
| 2006-04-11 | rename permissions to new standard using: p_<package>_<verb>_[<noun>] | Max Kremmel | 13 | -27/+27 | |
| 2006-04-08 | get spellchecker working for all textareas that should use it | Max Kremmel | 1 | -1/+1 | |
| 2006-04-05 | upgrader syntax errors | Max Kremmel | 1 | -1/+1 | |
| 2006-03-25 | escape htmlspecialchars on output instead of during store process | Max Kremmel | 6 | -10/+10 | |
| 2006-03-23 | remove content_tempaltes code - this should move into a seperate package | Max Kremmel | 2 | -21/+1 | |
| 2006-03-20 | upgrader brought up to date with 07-FEB-2006 on SchemaChangeLog - untested | Max Kremmel | 1 | -0/+16 | |
| 2006-03-01 | move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵ | Christian Fowler | 7 | -22/+22 | |
| conflict with new content preferences | |||||
| 2006-03-01 | Standardized TextArea ID Names so that Liberty Plugins work with all Liberty ↵ | Lee L Bell | 1 | -1/+1 | |
| Packages | |||||
| 2006-02-25 | remove antiquated tiki_setup_inc.php file | Christian Fowler | 1 | -9/+0 | |
| 2006-02-18 | Update registerPackage hash - so installer can run | Lester Caine | 1 | -1/+5 | |
| 2006-02-15 | Fixed duplicate constraint names causing problems on install. | Sean Lee | 1 | -1/+1 | |
| 2006-02-08 | major change of BitDbBase::associateUpdate method - it now takes a simpler ↵ | Christian Fowler | 2 | -8/+8 | |
| array( 'column1' => 'value1', columnN' => 'valueN' ) as the third parameter. This allows much simpler updating based on multiple columns in the WHERE clause | |||||
| 2006-02-05 | Correct name error which caused indexes to attempt to be installed without ↵ | Lester Caine | 1 | -1/+1 | |
| package | |||||
| 2006-02-04 | masse fixing of schema CONSTRAINTs. they seem to work now that adodb has ↵ | Christian Fowler | 1 | -17/+16 | |
| decided to change CONSTRAINTS back to CONSTRAINT | |||||
| 2006-02-01 | unify table aliases | Max Kremmel | 1 | -5/+5 | |
| 2006-02-01 | detikify liberty | Max Kremmel | 4 | -27/+27 | |
| 2006-02-01 | fixed indexes - something is odd about newsletters. it installs, even when ↵ | Max Kremmel | 1 | -5/+5 | |
| you don't select it and it throws errors during installation when don't make any sense. | |||||
| 2006-01-31 | massive table de-tikification. changed all tiki_ table prefixes with teh ↵ | bitweaver.org | 3 | -70/+70 | |
| package_ name. have changed everything except liberty except kernel | |||||
| 2006-01-31 | massive table de-tikification. changed all tiki_ table prefixes with teh ↵ | bitweaver.org | 1 | -16/+16 | |
| package_ name. have changed everything except liberty except kernel | |||||
| 2006-01-31 | Fixed delete link | Stephan Borg | 1 | -1/+1 | |
| 2006-01-31 | Fixed preview | Stephan Borg | 2 | -11/+66 | |
| 2006-01-31 | Fixed expunge function | Stephan Borg | 1 | -6/+17 | |
