summaryrefslogtreecommitdiff
path: root/index.php
AgeCommit message (Collapse)AuthorFilesLines
2014-05-31PSR trial tidyup. Drop trailing ?> and tidy legacy bracing.lsces1-4/+3
2012-08-08Refactored to use bit_redirect for page switchlsces1-2/+1
2012-08-08Should we be killing off the current process when a page redirect is actioned?lsces1-1/+1
Edit's were saving, but not switching to the read view of the page.
2012-06-07Allow index page to handle a single article correctly.lsces1-1/+4
Was dropping back to list even if a valid article_id was supplied
2012-04-29Further tidyup on strict warningsLester Caine ext:(%22)1-1/+1
Currently dynamic centre modules are not working, but assume that is a core problem
2010-06-09Strip down CVS keywords.pre-lf-storage-path-to-file-namecvs2git1-1/+1
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpPRE_LIBERTYSYS_SERVICE_UPDATEwjames51-2/+2
2009-10-01remove ref to non-existant copyright.txt filewjames51-2/+2
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-2/+2
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-2/+2
options hash
2007-06-15fix center_list_articles so it actually displays articles when included as ↵wjames51-30/+1
layout module - also fix query in getList and move list request params in index into the center_list_articles so that its all consolidated in one place
2007-06-15insret missing initiation of listHashMax Kremmel1-1/+2
2007-06-13updated getList in BitArticle to work more like the rest of bitweaver by not ↵Max Kremmel1-5/+7
returnign data in ['data'] sub array. display future articles on main articles page.
2007-01-01revert accidental commit - sorryMax Kremmel1-7/+1
2006-12-29add missing tra()Max Kremmel1-2/+8
2006-08-29add the factility to view the history of articles, and an auto approve ↵Hash91-2/+2
feature for articles
2006-05-31if articles list was limited to a topic, write an article from there ↵Sylvie Greverend1-1/+4
preselect the topic
2006-04-14change article config setting names to <pkg>_settingMax Kremmel1-3/+3
2006-04-11more permissions housekeeping and tidyupMax Kremmel1-2/+2
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-3/+3
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler1-3/+3
conflict with new content preferences
2006-02-09remove getPref() and we continue using old method getPreference();Max Kremmel1-2/+2
replace all direct accesses with getPreference() or setPreference() (new function) BitSystem::getPreference() and related functions will be renamed to BitSystem::getConfig()
2006-02-08php: introduce new method: getPref( $package, $pref, $defaut ) (order is ↵Max Kremmel1-2/+2
open for discussion tpl: $gBitPref.package.pref applied package name to all saves - should make database more organised and should allow more reliable uninstalls in the future
2006-02-06Change ['control'] to ['listInfo']Lester Caine1-2/+2
2006-01-31fix various article submission related issuesMax Kremmel1-3/+11
2006-01-10merge recent changes into HEADMax Kremmel1-8/+6
2005-09-26$smarty -> $gBitSmartyMax Kremmel1-2/+2
2005-09-03mainly article filter options related changesMax Kremmel1-4/+11
2005-08-27refine submissions, add confirmation note after submission.Max Kremmel1-1/+2
2005-08-26get article submissions workingMax Kremmel1-1/+4
2005-08-25make "read more" links conditional, depending on whether there is more to ↵Max Kremmel1-7/+12
read or not.
2005-08-13more work on getting articles goingMax Kremmel1-6/+3
2005-06-30IMPORT TikiPro CLYDE FINALbitweaver.org1-0/+30