Graham Knop
ed04b99872
remove WebGUI::Utility
2010-09-07 13:18:49 -05:00
Graham Knop
6aa26c2e44
remove WebGUI::Utility::isIn
2010-09-07 12:33:15 -05:00
Colin Kuskie
7b218942b3
Merge commit ' 63865eb39f' into WebGUI8. up to 7.9.11
2010-08-13 11:52:08 -07:00
Scott Walters
9eea40aeff
Don't blow up on view when there are no WebGUI::Asset::WikiPage
...
child objects under us to feature. Also, the only reason that -1
on the rand works is because Perl is nice.
2010-08-11 19:29:16 -04:00
Colin Kuskie
e43745cd86
Trap exceptions when trying to get the featured wiki page.
2010-08-11 21:47:18 -07:00
Colin Kuskie
b8917d4e57
Make sure that keywords are always returned in alphabetical order in the WikiMaster byKeyword view.
2010-08-09 19:27:45 -07:00
Scott Walters
d57d9ff962
Don't blow up on view when there are no WebGUI::Asset::WikiPage
...
child objects under us to feature. Also, the only reason that -1
on the rand works is because Perl is nice.
2010-08-09 15:17:00 -04:00
Doug Bell
3c17dafeb4
processPropertiesFromFormPost to processEditForm
2010-07-15 11:52:04 -05:00
Colin Kuskie
385931aaab
Merge commit ' f2e0fb509a' into WebGUI8. Some tests still failing.
2010-06-27 22:32:31 -07:00
Colin Kuskie
e5b82bc861
Merge commit ' 4969f31e1f' into WebGUI8
2010-06-26 14:37:31 -07:00
Colin Kuskie
5febc0ebbc
Merge commit ' 41575d24bb' into webgui8. Some tests still failing.
...
Conflicts:
docs/gotcha.txt
lib/WebGUI.pm
lib/WebGUI/Asset.pm
lib/WebGUI/Asset/File/GalleryFile/Photo.pm
lib/WebGUI/Asset/Post.pm
lib/WebGUI/Asset/Template.pm
lib/WebGUI/Asset/WikiPage.pm
lib/WebGUI/Asset/Wobject/WikiMaster.pm
lib/WebGUI/Cache.pm
lib/WebGUI/Content/Setup.pm
lib/WebGUI/Role/Asset/Subscribable.pm
lib/WebGUI/Shop/Cart.pm
lib/WebGUI/Shop/Pay.pm
lib/WebGUI/Shop/PayDriver/ITransact.pm
sbin/testEnvironment.pl
t/Asset/WikiPage.t
t/Shop/PayDriver.t
t/Shop/PayDriver/ITransact.t
t/Shop/PayDriver/Ogone.t
t/Shop/TaxDriver/EU.t
t/Shop/TaxDriver/Generic.t
t/Workflow/Activity/RemoveOldCarts.t
t/lib/WebGUI/Test.pm
2010-06-25 23:25:26 -07:00
Colin Kuskie
b30491f3a6
Merge commit ' 808a866c8b' into webgui8. 7.9.4 release point
...
Conflicts:
docs/upgrades/packages-7.9.3/root_import_gallery-templates_default-gallery-edit-album.wgpkg
docs/upgrades/upgrade_7.9.2-7.9.3.pl
lib/WebGUI.pm
lib/WebGUI/Asset/MapPoint.pm
lib/WebGUI/Asset/Wobject/Calendar.pm
lib/WebGUI/Asset/Wobject/Gallery.pm
lib/WebGUI/Asset/Wobject/GalleryAlbum.pm
lib/WebGUI/Asset/Wobject/WikiMaster.pm
lib/WebGUI/AssetClipboard.pm
lib/WebGUI/AssetVersioning.pm
lib/WebGUI/Auth.pm
t/Asset/Asset.t
2010-06-25 20:08:11 -07: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
f3d95f99b4
Change how the query is persisted in Wiki search results. Fixes bug #11558 .
2010-05-10 13:23:32 -07:00
Colin Kuskie
491c302309
Finish rework of hierarchial keywords/categories.
2010-05-04 20:43:50 -07:00
Colin Kuskie
960ff2287c
Tests, bugfixes, and adding synopsis to the byKeyword template.
2010-05-04 15:50:14 -07:00
Colin Kuskie
39b44504c3
Finish wiki sub-category API code, with upgrade sub and tests.
2010-05-04 15:04:27 -07:00
Colin Kuskie
7dd02d6108
Pull hierarchial keywords from the wiki, instead of pages in it.
2010-05-03 21:28:28 -07:00
Colin Kuskie
3ea9f29a3f
add a method to save the new keywords from the from in www_byKeyword.
2010-05-03 19:29:55 -07:00
Colin Kuskie
5afdefe4fb
Foundational work for wiki sub-keywords.
2010-05-03 18:38:38 -07:00
Colin Kuskie
1c70821a6f
Really make the wiki sort by popularity (then lineage). Fixes bug #11537
2010-05-02 01:18:26 -07:00
Colin Kuskie
ea9bc5b571
Fix WebGUI::Utility method used in WikiMaster.
2010-04-20 10:43:30 -07:00
Graham Knop
0efa62a73c
asset immutability
2010-04-19 18:57:01 -05:00
Colin Kuskie
55d2e510d6
Add top-level keywords, which allows for hierarchial categorization of wiki pages.
2010-04-16 20:46:55 -07:00
Graham Knop
2400f19099
Merge branch 'master' into WebGUI8
2010-04-13 07:50:02 -05:00
Colin Kuskie
c835344813
Fixing require loops. Moose overrides for canEdit using packages.
2010-04-08 15:13:13 -07:00
Colin Kuskie
4a78377936
Fix WikiMaster's assetName
2010-03-23 11:52:56 -07:00
Graham Knop
2af4c4de63
clean up WebGUI::Utility imports
2010-03-10 12:59:51 -06:00
Colin Kuskie
bf1cb7b721
Aspect to Role renaming
2010-03-03 21:10:35 -08:00
Colin Kuskie
9b4a9beba2
Remove usage of Class:C3 in favor of roles.
2010-03-03 17:58:55 -08:00
Colin Kuskie
814c2af249
Change calls to new to newById across Asset/
2010-03-03 16:27:45 -08:00
Colin Kuskie
117c7897bb
Closer to Roles. Remove also from WebGUI::Definition, and put use Moose in all Asset classes.
2010-02-26 12:01:25 -08:00
Colin Kuskie
3e515fc7ec
Fix groupId problem in group fields in the WikiMaster.
2010-02-17 16:40:51 -08:00
Graham Knop
20ee527dbd
change aspect to define
2010-02-17 16:31:10 -06:00
Colin Kuskie
dc2d086b2a
Fix a whole bunch of aspect comma/semicolon changes.
2010-02-15 13:52:11 -08:00
Colin Kuskie
967d307912
Remove definition subroutine.
2010-02-12 16:38:37 -08:00
Colin Kuskie
c4ba243713
Update WikiMaster for Moose. Needs Roles.
2010-02-12 16:33:47 -08:00
Colin Kuskie
acc6447841
Only users who canAdminister the parent wiki are allowed to purge revisions of a wiki page. Fixes bug #11377
2010-02-01 14:50:40 -08:00
Colin Kuskie
38e6bfad3e
Convert many search forms from POST to GET. Fixes bug ##11372
2010-01-25 15:53:49 -08:00
Colin Kuskie
49bd7f5032
newByDynamicClass changed to newById
2009-12-27 19:08:15 -08:00
Colin Kuskie
abb60f10ea
Fix autolinking issues in the wiki. Fixes bug #11086 .
...
The query for finding titles returns multiple title for each asset.
Guarantee that the latest title wins. Do not escape characters in
the hash key, since that creates NEW hash entries, and all keys
are quotemeta'ed later anyway.
2009-10-22 10:26:12 -07:00
Doug Bell
6da85b89a7
add #455 : Featured page in wiki
2009-09-10 15:57:59 -05:00
Doug Bell
0697673846
added Subscribable AssetAspect to Wiki
2009-09-09 17:24:00 -05:00
Colin Kuskie
4ea146fc07
WikiMaster keyword pagination fixes, re # 10856.
...
Add pagination template variables to the default byKeyword template.
Fix pagination URL for keywords.
Conflicts:
docs/changelog/7.x.x.txt
2009-09-03 09:00:50 -07:00
Colin Kuskie
72903e141d
Add POD missing from WikiMaster
2009-07-05 03:07:29 +00: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
Matthew Wilson
cf63a4e4f3
(Matthew Wilson) add AssetAspect/RssFeed. See exportAssetCollateral for a good time.
2009-03-30 21:38:12 +00:00
Graham Knop
24da723629
updating copyright year
2009-02-20 23:47:30 +00:00
Graham Knop
99a9da626d
rfe #640 : Refactored autocommit and autocomment
...
Autocommit assets like CS posts or Calendar Events can now be added before the
parent is committed. They will go into the same version tag as their parent.
2008-10-22 16:04:10 +00:00