summaryrefslogtreecommitdiff
path: root/edition_edit.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-15Namespace fixesLester Caine1-1/+2
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-5/+5
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09Smarty5 compliance sorted, but PHP8.4 style advisories still need addressinglsces1-3/+2
2021-02-03update path for kernel/includes/setup_inc.phpmodela bitweaver1-1/+1
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver1-1/+1
2021-01-31PHP7 clean up dual static + object use of parseData, and create ↵modela bitweaver1-2/+2
->getParsedData & ::filterDataHash
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-2/+2
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-1/+1
2009-10-01remove ref to non-existant copyright.txt filewjames51-1/+1
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-1/+1
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-1/+1
options hash
2007-10-10migrate core ajax services off prototype to mochikitwjames51-4/+0
2007-08-21fix getTitle instead of mPageNamePRE_LIB_ATTACHMENT_REFACTORChristian Fowler1-1/+1
2007-07-10move loadAjax() to BitThemesMax Kremmel1-1/+1
2007-07-09clean up ajax library calls by only allowing gBitSystem->loadAjax() instead ↵Max Kremmel1-1/+1
of assigning loadAjax to the templates. please update your files. also the suggest stuff in the group edit page has a pulse again but it's still in a coma - needs a bit more work
2007-04-20Remove quicktags init.Nick Palmer1-5/+0
2006-12-23friggin smarty bug... when you set a var TRUE, it doesn't check to see what ↵Max Kremmel1-1/+1
it's value is, but just assumes it's always true. need to specify prototype lib explicitly
2006-10-13phpDoc additionsLester Caine1-1/+4
2006-04-20remove tiki_ permission prefix and remove tiki_ prefix from constraintsMax Kremmel1-4/+4
2006-04-13remove outdated spellchecker code that calls non-existent functionsMax Kremmel1-11/+1
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-1/+1
2006-03-01Standardized TextArea ID Names so that Liberty Plugins work with all Liberty ↵Lee L Bell1-1/+1
Packages
2006-01-31Fixed previewStephan Borg1-7/+62
2006-01-03add liberty format and quicktags to edition editingChristian Fowler1-0/+5
2005-12-29clean up newsletter creationChristian Fowler1-3/+2
2005-12-28unsubscription now working. several schema changes. tiki_mail_subscriptions ↵Christian Fowler1-1/+0
not maintains indviidual email subscriptions as well as all unsubs.
2005-12-11schema changes for powerhouse tiki_mail_queue and tiki_mail_unsubscriptions. ↵Christian Fowler1-1/+2
content generic in design. send now stuffs the queue and avoids duplicates on multiple sends. only piece left is a mailer class
2005-12-11load ajax library for attachment browserMax Kremmel1-1/+3
2005-12-11add edition saving and listing, almost to the point of getting send workingChristian Fowler1-2/+7
2005-12-10edition store now workingChristian Fowler1-9/+6
2005-12-10break out edition editingChristian Fowler1-0/+51