summaryrefslogtreecommitdiff
path: root/edit.php
AgeCommit message (Collapse)AuthorFilesLines
2026-06-05Switch icons: document-properties → edit, text-x-generic → view-list-textLester Caine1-2/+2
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-11/+4
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2025-08-29General code updated to PHP8.4 and namespacelsces1-113/+172
2021-02-04move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants; remove ↵spiderr1-5/+0
ancient imagegals and s5 features
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-3/+3
2021-02-01move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver1-3/+3
2021-01-31PHP7 clean up dual static + object use of parseData, and create ↵spiderr1-8/+4
->getParsedData & ::filterDataHash
2018-07-31reorg util package to put library code in includes/ and used new ↵spiderr1-2/+2
UTIL_PKG_INC constant
2017-09-22X-XSS-Protection: 0 for previewspider@app21-0/+2
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-3/+3
2015-04-07loadCkEditor, not the best place but works for nowspider1-0/+4
2014-06-03Sync with BS3 masterlsces1-0/+1
2014-06-03Spelling correctionlsces1-1/+0
2013-04-24remove antiquated sandbox featurespiderr1-16/+4
2012-09-28Unregistered user could access to edit content direct using a content_idlsces1-1/+3
2012-04-29Roll back getContentUrl to alternate static getDisplayUrl fixLester Caine ext:(%22)1-3/+3
getDisplayUrlFrom Hash used for static calls
2012-04-16Tidy up to remove 'STRICT' warningsLester Caine ext:(%22)1-3/+3
Split static and dynamic use of getDisplayUrl Create getContentUrl as the instantiated version parameters need to be identical across all classes
2011-01-04remove CVS Header and Id tagsspiderr1-3/+0
2010-06-09Strip down CVS keywords.cvs2git1-2/+2
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-3/+3
2009-10-08remove false setting of comment content idwjames51-3/+3
2009-10-01remove ref to non-existant copyright.txt filewjames51-3/+3
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-3/+3
2009-05-15Load title if creating page from a previous new linkLester Caine1-2/+4
2009-02-21preview doesnt need parse on loadTekimaki1-3/+3
2009-02-21Disable parsing of page when loading it to edit. preview will parse the ↵Lester Caine1-2/+7
page, but if a parsing error prevents the page from loading, then we still need to be able to access the page to edit it.
2009-02-19move edit functions to the end of the file for much improved readability of ↵Christian Fowler1-220/+233
a very complex file
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵Christian Fowler1-3/+3
convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission
2008-10-18only call edit services when we're not previewing. this is makes more sense ↵Max Kremmel1-4/+4
since services that want to use the same function for preview and edit can do so easily.
2008-10-03sandbox check needs to come before perms checkwjames51-9/+8
2008-10-03CORE CHANGE: cleave Create permission from Edit permission so that they are ↵wjames51-14/+12
distinct. See mailing list for more details
2008-07-15Modified the check for allowed urls in 'import external url' to allow https.Jo-Herman Haugholt1-3/+8
Added check to disallow host 'localhost' or '127.xxx.xxx.xxx'
2008-07-15Fixed vulnerability described onJo-Herman Haugholt1-2/+9
http://secunia.com/advisories/28300/ Before "sucking", it should check if the url is a full http url, else it will stop. Also added an check to make sure that importing URLs is actually allowed...
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-3/+3
options hash
2008-04-14some whitespaceMax Kremmel1-7/+7
2008-04-08add check for wiki_comments, also require classs to prevent fatalChristian Fowler1-3/+4
2008-03-23eliminate dependency on get_bitpage_info.phpJams H Thompson1-4/+6
2008-03-22refactor display_bitpage_inc.php to allow additional info available to non ↵Jams H Thompson1-2/+8
page view templates
2007-10-10migrate core ajax services off prototype to mochikitwjames51-4/+2
2007-09-20invokeServices( 'content_edit_function' )Christian Fowler1-4/+4
2007-09-15check hasEditPerm for editing pageswjames51-4/+9
2007-08-23try to improve readabilityMax Kremmel1-7/+8
2007-07-14edit help is now taken care of by services. this means that there is no need ↵Max Kremmel1-4/+2
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-3/+3
2007-07-09clean up ajax library calls by only allowing gBitSystem->loadAjax() instead ↵Max Kremmel1-3/+3
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-06-16Drop $show_attachments check - replaced by p_liberty_attach_attachmentsLester Caine1-9/+2
The bitfile plugin is always loaded so it is always true anyway.
2007-06-14Add die after header() call.Nick Palmer1-2/+3
2007-06-01remove a lot of antiquated code including breadcrumbs and outdated ↵Max Kremmel1-18/+4
wiki-specific caching options, wiki tags and wiki dumps. probably there's going to be more to go soon. none of this stuff has been working for years now.
2007-04-23fatalError message translation standardisation: fatalError message is not ↵Max Kremmel1-6/+6
translated in the function so it has to be translated when it's passed in. this allows for dynamically changed errormessages without causing duplicate master strings