Commit graph

113 commits

Author SHA1 Message Date
Scott Walters
6a09708f9a WebGUI/Asset/Wobject/Navigation.pm was still using obsolete template PBtmpl0000000000000048.
Fixes #11765.
2010-08-04 23:16:02 -04:00
Doug Bell
1f492b5fd6 fix navigation problem 2010-06-01 20:17:24 -05:00
Doug Bell
247c607393 fixes for weaken and iterator 2010-06-01 19:37:53 -05:00
Doug Bell
2c75ab27e6 migrate to getLineageIterator to save memory 2010-06-01 16:23:49 -05:00
Colin Kuskie
e9b11c5178 Navigation can use the default Asset getEditForm controls. Fixes bug #11188 2009-11-02 09:05:58 -08:00
Colin Kuskie
80dfb9ffd0 Throw an exception in all wobjects if the main template (used by view)
has been deleted.
2009-06-02 19:34:18 +00:00
Colin Kuskie
1e6d9b7d18 Fix missing overrides in the Navigation when shortcutted.
Also, documented the getOverridesList method inside Shortcut.
2009-05-27 23:31:12 +00:00
Colin Kuskie
4a5d907d77 POD Coverage for Event, SQLReport, Survey, Navigation, Article, and Form/HTMLArea 2009-04-10 02:02:07 +00:00
Graham Knop
18212d7a66 fixed #10056: YUI javascripts included while adminOff (BNC) 2009-03-31 22:01:39 +00:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Colin Kuskie
7081202353 Mirror the indent loop calculation to the rel_depth in the Navigation. 2009-01-14 17:44:17 +00:00
Colin Kuskie
436ca52676 Fix a problem where an unviewable initial asset would throw off the indent_loop
size by 1.  In the nav templates, this would generate bad closing markup.
2008-12-31 16:58:26 +00:00
JT Smith
79a5ea4697 updated to reflect changes in configurable asset properties 2008-09-29 15:01:26 +00:00
Graham Knop
7bf06aab7b make sure we are using var->isAdminOn instead of var->get('adminOn') 2008-09-18 19:51:25 +00:00
JT Smith
ef120fb06b Added isVisitor, isAdmin, and isRegistered methods to User object instead
of hard coding checks everywhere with group ids. And updated the code base 
   to match.
2008-09-16 22:32:36 +00:00
Graham Knop
5e34d1bca9 fix infinite loop in nav 2008-09-16 21:56:44 +00:00
JT Smith
65742963aa bad loops 2008-09-16 21:50:14 +00:00
Colin Kuskie
2afadf1cf7 rfe: add all asset properties to the Navigation Asset 2008-09-16 20:25:08 +00:00
Doug Bell
78390ff400 fixed getLineageLength again... dont hate me whomever 2008-08-25 20:00:23 +00:00
Martin Kamerbeek
8263e0a0c6 fix: getLineageLength called on undef in case no pages are in the nav loop 2008-08-24 11:00:21 +00:00
Chris Nehren
36eb8db8fc add ability to show metadata values in head blocks. 2008-08-21 18:51:16 +00:00
Martin Kamerbeek
9f69e54e77 Fixed bug in Navigation where the indent was based on relDepth rather that on the tree depth. Also fixes issues
concerning the <ul> template.
2008-08-08 09:53:33 +00:00
Graham Knop
2746e6933e asset context menu tweaks 2008-07-25 04:02:55 +00:00
Graham Knop
cb21f13d9f Converted asset context menus to YUI menus 2008-07-22 17:44:17 +00:00
Colin Kuskie
578d28537a op=manageAssets => op=assetManager 2008-06-12 04:44:15 +00:00
Doug Bell
f3996eb316 Complete asset manager rewrite. 2008-05-26 22:07:16 +00:00
JT Smith
b9bc4b4ab0 fixed a problem where no current asset is set 2008-05-07 15:02:36 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
JT Smith
fb434a8b3a fix: content handler and redirects 2008-01-25 01:36:14 +00:00
JT Smith
a2e3b54eb7 fix: Two cosmetic bugs 2007-08-14 16:54:19 +00:00
Graham Knop
57e73175ae fix: navigation shows toolbar for users who can't edit it 2007-07-19 20:40:44 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
JT Smith
c65d9490e7 - Fixed mail bounce processing.
- fix: Asset Manager displaying incorrectly
 - fix: Cannot paste from clipboard
 - Made the search indexer mor compatible with Chinese and other non-ascii
   characters. (Thanks to Zhou Xiaopeng)
2006-07-24 22:18:39 +00:00
Martin Kamerbeek
75b03b006e Adding reverse page loop 2006-07-19 15:57:12 +00:00
Martin Kamerbeek
e3b558fc2b Fixed bugs in navigation template vars and privilege bug in WG::A::File. Also added page.parent.rank tmpl_var to the nav template. 2006-07-19 15:16:53 +00:00
Frank Dillon
fc47c1421b formatting mostly 2006-06-23 01:46:55 +00:00
JT Smith
bc6028dead fix: Problems with page.isSibling and page.inBranch 2006-06-21 16:47:33 +00:00
Jukka Raimovaara
1f78c2b077 Added internal redirect
(Is there a way to get content_type that wouldn't require File::MMagic?)
Apache2::SubRequest's method lookup_file coused segfault in apache, so I scrapped that and used File::MMagic to to content type determing
Also fixed credit and added a currentPage.rankIsN variable to navigation
2006-04-30 13:07:00 +00:00
JT Smith
cb29744bce fixed some more bugs 2006-04-27 04:32:36 +00:00
JT Smith
157d631d67 adding page.hasViewableChildren variable 2006-04-17 21:27:07 +00:00
JT Smith
5136efc983 more template variables in nav and pagination 2006-04-15 00:34:02 +00:00
Colin Kuskie
e06331cae9 Add space to Add/Edit Event in the EMS.
Allow the Navigation Asset to set the MIME type of its output.
Upgrade script, Wobject code, documentation.
Add a new MimeType form element, stolen out of the Snippet and
generalized for use.
2006-02-17 01:23:31 +00:00
Wouter van Oijen
2b1c85370c XHTML Bugfixes 2006-02-10 21:21:03 +00:00
JT Smith
6c4ae02f34 more conversion to the new streaming/chunking/bucketing system 2006-01-30 22:15:27 +00:00
Matthew Wilson
4a3121960f removal of dumpSession. 2006-01-26 05:39:16 +00:00
Matthew Wilson
e33c7bebc3 an absolute slew of changes. 2006-01-18 01:45:55 +00:00
JT Smith
c5cf903b45 fixed more session related bugs 2006-01-17 05:34:57 +00:00
Matthew Wilson
09483e18c5 a ton of $session fixes (thanks to Colin), and a new $session checker, that supposedly, shouldn't be needed now. It can be backed out, however, easily. 2006-01-16 22:45:21 +00:00
JT Smith
b0ffb721b6 more session related bug fixes 2006-01-15 18:34:44 +00:00
Matthew Wilson
65823b1f53 oodles of fixes. 2006-01-15 15:56:17 +00:00