| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-04-02 | move classes to includes/classes | modela bitweaver | 1 | -246/+0 | |
| 2021-02-02 | move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants | modela bitweaver | 1 | -2/+2 | |
| 2021-01-31 | PHP7 clean up dual static + object use of parseData, and create ↵ | modela bitweaver | 1 | -1/+0 | |
| ->getParsedData & ::filterDataHash | |||||
| 2016-02-07 | Tidy docblock comments | lsces | 1 | -3/+3 | |
| 2013-04-28 | use parent::prepGetList | spiderr | 1 | -1/+1 | |
| 2012-10-10 | e_strict corrections to parameters to match base classPRE_BOOTSTRAP | lester@linux2.lsces.co.uk | 1 | -6/+6 | |
| 2012-05-06 | replace all PHP4 style constructors with __construct; replace calls to base ↵ | spiderr | 1 | -2/+2 | |
| class constructors with parent::__construct() | |||||
| 2012-04-18 | major cleanup and get install working on postgres for all packages | Christian Fowler | 1 | -1/+1 | |
| 2012-04-18 | major migration of getDisplayUrl to ->getDisplayUrl and ::getDisplayUrlFromHash | Christian Fowler | 1 | -8/+5 | |
| 2010-06-09 | Strip down CVS keywords.pre-lf-storage-path-to-file-name | cvs2git | 1 | -3/+3 | |
| 2010-04-17 | SCHEMA CHANGE - liberty_content_types - change content_description to ↵CVS_HEAD | wjames5 | 1 | -4/+4 | |
| content_name, add column content_name_plural - update all class files and hashes where appropriate | |||||
| 2009-10-01 | remove ref to non-existant copyright.txt file | wjames5 | 1 | -4/+4 | |
| 2009-10-01 | fix LGPL license ref from non-existant license.txt file to lgpl url | wjames5 | 1 | -4/+4 | |
| 2008-10-20 | BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵ | Christian Fowler | 1 | -4/+4 | |
| convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission | |||||
| 2008-10-20 | added habile's fix from bug 2028831 which seems to fix wsod on previewing ↵pre_update_permission | laetzer | 1 | -4/+4 | |
| final recipients | |||||
| 2008-07-02 | fix typo in expunge where clause column name | Christian Fowler | 1 | -4/+4 | |
| 2008-06-27 | more LM migration | Max Kremmel | 1 | -7/+7 | |
| 2007-07-16 | Add m(Admin|Edit|View)ContentPermission to various classes. update ↵ | Max Kremmel | 1 | -3/+8 | |
| LibertyContent::has(Admin|Edit|View)Permission to work with new values. To make use of these new permission checks simply use $gContent->hasEditPermission(). Please check to see if i inserted the correct permissions in all classes. new admin permission added to treasury. | |||||
| 2007-06-04 | add center piece to newsletters, tweak getList code to enable static calls | Christian Fowler | 1 | -4/+4 | |
| 2007-05-10 | do not parseData in getList | Christian Fowler | 1 | -4/+4 | |
| 2007-05-04 | add test_mode to enable resending message, hide validated only option for now | Christian Fowler | 1 | -8/+9 | |
| 2007-01-06 | rename some methods in BitDbBase to meet bitweaver standards. all changes ↵ | Max Kremmel | 1 | -4/+4 | |
| backwards compatible with deprecated function call message. | |||||
| 2007-01-06 | massive clean up to newsletters - improve usability for listing, editing, ↵ | Christian Fowler | 1 | -10/+11 | |
| creating, and subscriptions | |||||
| 2006-10-13 | phpDoc corrections | Lester Caine | 1 | -3/+6 | |
| 2006-06-19 | merge all of wolffies changes to HEAD. Now need to work on a few things like ↵ | Christian Fowler | 1 | -14/+29 | |
| user_id in mail_subs table, etc. | |||||
| 2006-02-08 | major change of BitDbBase::associateUpdate method - it now takes a simpler ↵ | Christian Fowler | 1 | -4/+4 | |
| array( 'column1' => 'value1', columnN' => 'valueN' ) as the third parameter. This allows much simpler updating based on multiple columns in the WHERE clause | |||||
| 2006-02-01 | unify table aliases | Max Kremmel | 1 | -5/+5 | |
| 2006-02-01 | detikify liberty | Max Kremmel | 1 | -9/+9 | |
| 2006-01-31 | massive table de-tikification. changed all tiki_ table prefixes with teh ↵ | bitweaver.org | 1 | -19/+19 | |
| package_ name. have changed everything except liberty except kernel | |||||
| 2006-01-31 | Fixed expunge function | Stephan Borg | 1 | -6/+17 | |
| 2006-01-22 | lots of clean to newsletters - only show editions for nl_id, get delete ↵ | Christian Fowler | 1 | -7/+12 | |
| links to go to the right place | |||||
| 2005-12-30 | add reply_to column and field to editions | Christian Fowler | 1 | -3/+4 | |
| 2005-12-29 | clean up permissions, and creating of editions | Christian Fowler | 1 | -5/+5 | |
| 2005-12-29 | fix unsubscribe_all | Christian Fowler | 1 | -4/+5 | |
| 2005-12-28 | unsubscription now working. several schema changes. tiki_mail_subscriptions ↵ | Christian Fowler | 1 | -8/+8 | |
| not maintains indviidual email subscriptions as well as all unsubs. | |||||
| 2005-12-25 | unsubscription info coming along. some schema changes to track nl_id in ↵ | Christian Fowler | 1 | -6/+4 | |
| tiki_mail_queue | |||||
| 2005-12-21 | add smtp error logging, schema changes | Christian Fowler | 1 | -4/+6 | |
| 2005-12-20 | not empty to verifyId changes | Christian Fowler | 1 | -10/+10 | |
| 2005-12-16 | get mailing working - things actually send now. still lots of debug stuff ↵ | Christian Fowler | 1 | -23/+12 | |
| strewn about | |||||
| 2005-12-11 | schema changes for powerhouse tiki_mail_queue and tiki_mail_unsubscriptions. ↵ | Christian Fowler | 1 | -7/+33 | |
| content generic in design. send now stuffs the queue and avoids duplicates on multiple sends. only piece left is a mailer class | |||||
| 2005-12-11 | queue of recipients even closer | Christian Fowler | 1 | -3/+7 | |
| 2005-12-11 | almost have sending working - now gets a list of users from the group ↵ | Christian Fowler | 1 | -3/+14 | |
| selection, shows newsletter preview | |||||
| 2005-12-11 | add edition saving and listing, almost to the point of getting send working | Christian Fowler | 1 | -20/+59 | |
| 2005-12-10 | edition store now working | Christian Fowler | 1 | -7/+30 | |
| 2005-12-09 | creation of BitNewsletterEdition and get send.php warmed up. paused on ↵ | Christian Fowler | 1 | -0/+115 | |
| thought of how to deal with sending a arbitrary content_id instead... | |||||
