Scott Walters
420fcdeca6
Use the Form::ReadOnly control rather than the raw interface;
...
WebGUI::FormBuilder::Tab is not a subclass of WebGUI::HTMLForm and doesn't implement raw().
2010-08-17 12:37:43 -04:00
Scott Walters
ba953a6526
Use the Form::ReadOnly control rather than the raw interface;
...
WebGUI::FormBuilder::Tab is not a subclass of WebGUI::HTMLForm and doesn't implement raw().
2010-08-17 12:37:23 -04:00
Colin Kuskie
11ac13c349
Prune out a method call from db->dbh->quote_identifier.
2010-08-14 17:51:25 -07:00
Graham Knop
b7b633bf19
update fixWgaccess.pl for WebGUI 8
2010-08-14 09:27:31 -05:00
Doug Bell
6857ad6355
add www_edit boilerplate
...
This will be removed when forms can be directly added to
templates and template objects can be passed around. Finally www_
methods will be extendible!
2010-08-13 16:40:27 -05:00
Doug Bell
156d4e27a0
remove admin toggle from blank style
2010-08-13 16:39:33 -05:00
Colin Kuskie
113f9d41c4
Restore file deleted from repo, t/run_asset.t
2010-08-13 12:31:13 -07:00
Colin Kuskie
3e8e2d452c
Merge branch 'master' into WebGUI8. Merged up to 7.9.12
2010-08-13 12:25:19 -07:00
Colin Kuskie
7b218942b3
Merge commit ' 63865eb39f' into WebGUI8. up to 7.9.11
2010-08-13 11:52:08 -07:00
Scott Walters
f51ef19889
'getStoryRichEdit' was never implemented and there is no 'parent' method.
...
This was commented out in 7.x and apparently got uncommented without being implemented (which is okay but I've gotta comment it out again... it's gotta be done).
The StoryForm field does richEditId => $archive->richEditorId. Perhaps this is the desired approach?
2010-08-12 10:30:54 -04:00
Scott Walters
f1fe99a95a
Use super() instead of SUPER.
2010-08-12 07:55:53 -04:00
Scott Walters
2d1dcf202a
Default postProcessMergedProperties in case our child class doesn't have one. Oops.
2010-08-11 23:52:31 -04:00
Scott Walters
773fadcffc
Pass empty JSON for icalFeeds field in Calendar until I can get good sample data; makes Calendar Test::Asset tests pass.
2010-08-11 23:24:28 -04:00
Scott Walters
8f616a9fe1
addField takes the key/value pairs unrolled, not as a hash ref.
2010-08-11 22:04:46 -04:00
Scott Walters
7d41ade046
WebGUI::Asset::File::Image::getEditForm counts on having the templateId tab be under the 'display' tab so lock it down to there.
2010-08-11 21:41:59 -04:00
Colin Kuskie
b2924bdb7b
Ready fro 7.9.13 development.
2010-08-11 18:37:22 -07:00
Colin Kuskie
a12278eec1
Preparing for 7.9.12 release.
2010-08-11 18:06:49 -07:00
Colin Kuskie
d92fc76cc9
Add a new test collateral file.
2010-08-11 18:05:11 -07:00
Colin Kuskie
7251cc2c23
Secure and fix the Zip Archive.
2010-08-11 17:38:15 -07:00
Scott Walters
5d50866461
Add support for additional, required per-package constructor args.
...
Give better diagnostics on which properties don't appear in forms and vice versa so I can hopefully figure out the rhyme and reason to those that don't match.
When an edit form takes attachmentsJson, stick some in there so it doesn't get upset and to give it a workout.
2010-08-11 19:36:48 -04:00
Scott Walters
c74572bac1
Fix typo in '_doAfterTimeLimit_options' call from property definition.
2010-08-11 19:29:18 -04:00
Scott Walters
c65eb74197
Use the new getProperties() API rather than the definition datastructure.
2010-08-11 19:29:17 -04:00
Scott Walters
48f239a178
Requires extra arguments to Asset constructor; list them in the package so Test::Asset can query and use them.
2010-08-11 19:29:17 -04:00
Scott Walters
7b11f97aec
In a properties block, "defaultValue" does nothing. We want "default".
2010-08-11 19:29:17 -04:00
Scott Walters
580c6bf6f7
Update addTab usage to pass name/value pairs.
2010-08-11 19:29:17 -04: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
13a222f6ce
Block files with dangerous names from coming in via Storage untar.
2010-08-11 15:46:02 -07:00
Colin Kuskie
9f724a7193
block the same set of extensions in http, scalar and file uploads in Storage.
2010-08-11 14:56:16 -07:00
Doug Bell
1f99da3315
fix syndicated content test with a new RSS url
2010-08-11 16:26:41 -05:00
Doug Bell
6b1e02f764
fixed possible vulnerability loading help files
2010-08-11 15:54:48 -05:00
Doug Bell
39e3c4fb7c
update changelog
2010-08-11 15:38:09 -05:00
Doug Bell
4e9a2c07c2
fix possible vulnerability loading template parser
2010-08-11 15:37:34 -05:00
Colin Kuskie
0f475dd013
Update the test to handle safe (- => _____) listingIds.
2010-08-11 13:17:27 -07:00
Doug Bell
0957759fa9
fix 11779 SQLReport can run arbitrary queries
2010-08-11 14:48:38 -05:00
Graham Knop
996acb5ab5
fix typo in SQLReport
2010-08-11 12:28:16 -05:00
Colin Kuskie
02121fb7a9
Fix problems with getting the default page. Fixes bug #11778 .
2010-08-11 08:37:21 -07:00
Colin Kuskie
e55e7d21f0
Ready for 7.9.12 development.
2010-08-10 22:17:13 -07:00
root
63865eb39f
WebGUI 7.9.11 is stable.
2010-08-10 23:51:56 -05:00
Colin Kuskie
f8c65f45ac
Ready for 7.9.11 release.
2010-08-10 21:36:36 -07:00
Colin Kuskie
26f34a3df8
Updated merged WebGUI package.
2010-08-10 21:30:14 -07:00
Colin Kuskie
d06b7b547d
Fix a test with random false fails.
2010-08-10 21:24:21 -07:00
Colin Kuskie
38788f156c
Use a safe file for doing upload and addFile tests.
2010-08-10 21:10:46 -07:00
Colin Kuskie
19199cac9a
Fix bugs in AssetReport code, and test.
2010-08-10 20:57:31 -07:00
Colin Kuskie
6eba088fe9
Update test to accomodate new restriction on uploading .pm files.
2010-08-10 20:50:00 -07:00
Colin Kuskie
0e7bc7ae0e
Fix use of raw param calls in UserList. Fixes bug #11774
2010-08-10 20:36:56 -07:00
Doug Bell
1a22d13aa1
document why we only allow admins to add
2010-08-10 22:22:09 -05:00
khenn
6e9a15cd50
Fixed issues with sort order
2010-08-10 22:14:26 -05:00
khenn
da2b55d484
Merge branch 'master' of git@github.com:plainblack/webgui
2010-08-10 21:35:43 -05:00
khenn
3141a6ed5e
Fixed injection issues with SQL. Fixed a JS issue introduced in previous bug fix.
2010-08-10 21:35:07 -05:00