summaryrefslogtreecommitdiff
path: root/edit_book.php
AgeCommit message (Collapse)AuthorFilesLines
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-27leading bracket missed after adding KernelTools:: namespacelsces1-2/+2
2026-03-27Namespace changes and short array stylelsces1-2/+3
2025-08-29General code updated to PHP8.4 and namespacelsces1-21/+20
2025-05-28Merge branch 'master' of github.com:bitweaver/wikispider@dav1-1/+1
2025-05-27use verifyIdParameter to check empty hash valuesspiderr1-1/+1
2021-09-22Merge branch 'master' of github.com:bitweaver/wikispider@dav1-5/+5
2021-02-12rename *_structure_inc.php to structure_*_inc.phpspiderr1-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-4/+4
2016-08-01Merge branch 'master' of github.com:bitweaver/wikispider@dav1-1/+1
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-1/+1
2014-11-12use bit_redirect after book createChristian Fowler1-1/+1
2014-11-12use bit_redirect after book createChristian Fowler1-1/+1
2014-08-01mass reworking of structure editing using acisortableChristian Fowler1-7/+3
2012-09-22Having established structure_id exists actually use it.lsces1-2/+4
Thos then allows the add process to wrap back to the book edit.
2012-04-29Strip extra white spaceLester Caine ext:(%22)1-1/+1
( simply ignoring is causing problems with comment merging )
2011-02-27create initial root node for book if one does not existspiderr1-4/+12
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-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
2008-11-17Fix for 1889113 - cannot create WikiBook. Provide nice information about ↵Tomasz Kalkosinski1-2/+7
error cause. Capitalize create new book button.
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-03CORE CHANGE: cleave Create permission from Edit permission so that they are ↵wjames51-4/+3
distinct. See mailing list for more details
2008-10-02modernize permissions checkscreate_permissionwjames51-14/+44
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-5/+5
options hash
2007-11-08massive update to javascript and css file loading. main aim is to reduce the ↵Max Kremmel1-4/+10
number of HTTP requests to speed up page loading times. speedup should be quite prominent in our favoutire browser. to load javascirpt files use: $gBitThemes->loadJavascript( '/full/path/to/javascript/file.js', <boolean: compress javascript> ); to load css files use: $gBitThemes->loadCss( '/full/path/to/javascript/file.css' ); if you have a relative path in your css file such as 'background-image: url( images/foo.png );', this method of loading will not work.
2007-10-25fix fatalError() usageMax Kremmel1-4/+3
2007-10-25Fix up various vd()s to use something more useful.Nick Palmer1-3/+4
2006-05-29content_type_guid for request checkingChristian Fowler1-3/+3
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-4/+4
2006-01-10merge recent changes into HEADMax Kremmel1-3/+5
2005-12-26merge recent changes into HEADMax Kremmel1-3/+3
2005-12-18merge recent changes into HEADMax Kremmel1-7/+2
2005-08-01merge recent changes with HEAD - R1 and HEAD are identical nowMax Kremmel1-6/+6
2005-07-25Merge recent changes R1 1.0.2 beta --> HEADMax Kremmel1-2/+6
2005-06-28Merge recent changes from R1 into HEADChristian Fowler1-6/+16
2005-06-19IMPORT TikiPro CLYDE FINALbitweaver.org1-0/+101