summaryrefslogtreecommitdiff
path: root/edit.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-14php-cs-fixer updates to php8.5 styleLester Caine1-2/+2
2026-03-09I had forgotten that the medw site has a lot of articles which have not been ↵lsces1-12/+14
displayed recently, so have applied all the Smarty5 and PHP8.4 fixes on mass which gets displaying and editing working, but the list function is currently broken
2026-02-01Major refactor for namespace, php8.4 and smarty5lsces1-1/+1
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-2/+2
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-6/+6
2014-05-31PSR trial tidyup. Drop trailing ?> and tidy legacy bracing.lsces1-5/+4
2012-08-08Refactored to use bit_redirect for page switchlsces1-3/+2
2012-08-08Should we be killing off the current process when a page redirect is actioned?lsces1-3/+3
Edit's were saving, but not switching to the read view of the page.
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-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵Christian Fowler1-21/+2
convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission
2008-10-03CORE CHANGE: cleave Create permission from Edit permission so that they are ↵pre_update_permissionwjames51-1/+10
distinct. See mailing list for more details
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-2/+2
options hash
2008-06-19Correct documentation package name to articlesLester Caine1-2/+2
Could have worked around error, but lets get these things consistent
2007-11-10indent using tabsMax Kremmel1-4/+4
2007-11-10Fixing captcha for articles submitionMW1-7/+8
2007-10-10migrate core ajax services off prototype to mochikitwjames51-2/+1
2007-07-14edit help is now taken care of by services. this means that there is no need ↵Max Kremmel1-4/+1
for inclusion of edit help anywhere as long as services are called on edit pages and service tabs are included in edit tpl. help is included when {textarea} is in use. if you need to disable it set: display_help_tab=0 when calling the service tabs. edit help has also undergone a facelift.
2007-07-10move loadAjax() to BitThemesMax Kremmel1-2/+2
2007-07-09clean up ajax library calls by only allowing gBitSystem->loadAjax() instead ↵Max Kremmel1-3/+2
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-07-06move to gContent perm functions to fully support liberty content permissionsMax Kremmel1-9/+7
2007-06-20Correct display of selected linked board on previewing unsaved content itemLester Caine1-2/+2
2007-05-22fixed redirect on article edit; now checks for pretty urls and redirects ↵gravyface1-3/+2
appropriately;
2007-05-22after edit, arrive at edited article instead of listinglaetzer1-4/+6
2007-04-20Setting textarea_id and initializing quicktags is now done automagic like.Nick Palmer1-8/+1
2006-12-23friggin smarty bug... when you set a var TRUE, it doesn't check to see what ↵Max Kremmel1-2/+2
it's value is, but just assumes it's always true. need to specify prototype lib explicitly
2006-06-16to have the logging screen when possibleSylvie Greverend1-5/+3
2006-06-11error string can not submit an article instead can not edit this article if ↵Sylvie Greverend1-2/+6
no selected article
2006-05-31if articles list was limited to a topic, write an article from there ↵Sylvie Greverend1-1/+4
preselect the topic
2006-05-05remember the already typed values if errorSylvie Greverend1-1/+6
2006-05-05at least show the errors created by verify. Don't know why feedback is not ↵Sylvie Greverend1-1/+2
in the mErrors
2006-04-29get html per article working as well and reduce load by only parsing content ↵Max Kremmel1-2/+2
once (!)
2006-04-24allow the use of a random number string image to prevent spam submissionsMax Kremmel1-11/+10
2006-04-21add default isOwner value to avoid warningChristian Fowler1-1/+2
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-3/+3
2006-03-01Standardized TextArea ID Names so that Liberty Plugins work with all Liberty ↵Lee L Bell1-2/+2
Packages
2006-02-19Fix reserved word field namesLester Caine1-2/+2
ACTIVE - Firebird Reserved (?SQL)
2006-02-02more detikification, moved content_templates related code to ↵Max Kremmel1-6/+1
themes/BitTemplates.php, moved kernel/comm_lib.php to xmlrpc/
2006-01-27replace old code with new versions - we need to stop babysitting outdated codeMax Kremmel1-2/+2
2006-01-14merge recent changes into HEADMax Kremmel1-5/+5
2005-12-10conditionally include ajax library and use correct parameter countMax Kremmel1-1/+3
2005-10-30Add PHPDoc headings to packageLester Caine1-2/+9
2005-09-27only display active topics when writing article and hide topics if none are setMax Kremmel1-2/+2
2005-09-03mainly article filter options related changesMax Kremmel1-2/+2
2005-09-03rename a couple of functions for consistencyMax Kremmel1-3/+3
2005-08-30clean up author name codeMax Kremmel1-3/+4