Colin Kuskie
be37f12ab1
Clone stopped working in several tests in 5.14.2. Remove it in favor of Storable::dclone.
...
Clone handles being passed scalar data, but dclone does not.
2012-10-23 10:00:53 -07:00
Colin Kuskie
83227bd8b7
Quote the search query in the paginator. Fixes bug #12378 .
2012-08-18 12:50:24 -07:00
Colin Kuskie
973363b14c
Enforce viewing permissions for search and keywords in the Wiki. Fixes bug #12027
2011-01-20 11:21:51 -08:00
Colin Kuskie
0406e82546
Links in wiki search to add a missing page should encode the titles to make them URL safe. Fixes bug #11883 .
2010-09-27 09:33:41 -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
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
55d2e510d6
Add top-level keywords, which allows for hierarchial categorization of wiki pages.
2010-04-16 20:46:55 -07: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
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
Frank Dillon
386bcf7ac8
rfe - Alphabetize wiki items under a keyword ( #637 )
2008-10-21 20:13:48 +00:00
Frank Dillon
58f231c87b
Better info for Assets that require commit before adding children. Add link is always availiable now, an error message is displayed if you try to post a child to an uncommitted parent. Additionally a new method was added to AssetVersionion.pm to determine whether or not an asset has been committed.
2008-09-16 20:08:15 +00:00
Graham Knop
ac3070956d
improved Rich Text selection list, changed CS and Wiki to use it
2008-08-26 21:10:18 +00:00
Graham Knop
44e789544a
fixed: wiki pages link to deleted pages
2008-02-28 15:38:56 +00:00
JT Smith
93b5ca16e4
updating copyright year
2008-02-07 23:28:18 +00:00
JT Smith
417bad4dfa
fix: wiki recent
2007-10-05 16:13:10 +00:00
Graham Knop
8e36c9ef13
fix extra links added when viewing only wiki page
2007-09-19 17:10:39 +00:00
Graham Knop
1a4b77b435
Wiki pages don't auto link themselves
2007-07-31 16:14:50 +00:00
Graham Knop
265400a010
Wiki autolinks prefer longest title match
2007-07-30 17:40:29 +00:00
JT Smith
350d7f6e01
- api: You may now use a displayOnly attribute in your asset properties list
...
that will display a field, but is not settable via the update() method.
- api: You may now use a customDrawMethod attribute in your asset properties
list that will enable you to add custom display options for that fields when
the edit form is automatically generated.
- Added file attachments to the Wiki.
- Added a new attachments form control.
- Added a form control skeleton.
2007-07-25 22:22:49 +00:00
Graham Knop
2e953bd47b
autolinking in wiki pages with manual links didn't work properly
2007-07-24 20:23:51 +00:00
JT Smith
f36ba1b268
- Added keyword tagging to Wiki.
2007-07-07 21:09:39 +00:00
JT Smith
a7dde82421
updated copyright
2007-07-01 16:09:42 +00:00
JT Smith
f25553394e
fixed wiki master problem
2007-06-10 17:41:13 +00:00
JT Smith
c1f65c614d
Wiki titles not automatically linked
2007-05-02 18:07:57 +00:00
Colin Kuskie
54e931ebe3
fix for autogenerated wiki links not obeying gateway settings
2007-05-01 20:44:30 +00:00
Colin Kuskie
124f42f582
finish cleaning up debug code in WikiMaster
2007-02-02 06:33:33 +00:00
Colin Kuskie
d60e824ede
Bug fix for Wiki search pagination.
...
The Paginator constructor docs were backwards for the formVar and pageNumber.
Switched the order of the formVar and pageNumber variables in the Search call to the Paginator.
2007-02-02 06:32:36 +00:00
JT Smith
e1bd43b02e
- fix: Added better error trapping for WikiMaster
...
- fix: Wiki causes site to fail
- fix: Wiki Error on plainblack.com
2007-02-01 00:05:22 +00:00
JT Smith
301b815e3a
added restore option to wiki page
2007-01-17 23:33:58 +00:00
Roy Johnson
2ad1b494fe
fix - Wiki shows add link to users who don't have privileges to add
...
fix - XSS Vulnerability in Wiki page titles
fix - Wiki does not allow you to specify the content to allow in submitted pages or content filtering
fix - GetSyndicated Content Workflow activity doesn't check for timeout
fix - GetSyndicated Content Workflow activity does not trap errors
2007-01-07 03:12:21 +00:00
Roy Johnson
a7976f7256
fix - Cannot add new page to the Wiki
2007-01-05 22:57:39 +00:00
Colin Kuskie
56e7854ae3
remove calls to non-existant tables in Wiki* purge methods
2006-12-21 17:25:48 +00:00