Colin Kuskie
f9d5dcd9ee
2nd update from Kristi's edits
2006-12-06 00:40:33 +00:00
Colin Kuskie
b6991a7a8a
1st update from Kristi's edits
2006-12-06 00:01:38 +00:00
Colin Kuskie
eb8627fc19
document that scratch variables are now available in all templates
2006-12-05 18:27:47 +00:00
Yung Han Khoe
c51b8e5bcd
Added scratch variables to all templates.
2006-12-05 16:33:16 +00:00
Drake
ac92b7d6ba
Clean up a few uses of map in void context in the Data Form.
2006-12-05 16:22:28 +00:00
Drake
cc88ddbd09
Fix bug with WebGUI::User not using getIp for canUseAdminMode.
2006-12-05 15:49:09 +00:00
JT Smith
eb8735f731
knocked off a few more bugs
2006-12-05 04:06:01 +00:00
JT Smith
5800dc1596
very close now
2006-12-05 02:14:11 +00:00
JT Smith
737cbf0fef
the wiki pretty much works. now it's just about the cleanup work.
2006-12-04 18:44:38 +00:00
JT Smith
becec72418
getting much closer to working
2006-12-03 01:51:35 +00:00
Doug Bell
8da3e259a0
Migrate calendars seems to work. Uncomment appropriate lines in upgrade_7.2.3-7.3.0.pl to test. If you get it working, commit the uncommented lines please.
2006-12-02 18:19:51 +00:00
Doug Bell
5b29b0dfcb
Calendar rewrite progress. Please see dev forum. Don't hurt me.
2006-12-02 10:26:53 +00:00
JT Smith
39d6ac8584
still working on this bastard
2006-12-02 05:18:09 +00:00
Doug Bell
d805a6a310
Additional features in preparation for final checkin of Calendar rewrite.
2006-12-01 22:26:09 +00:00
Drake
3b4943177f
Fix problem with profile field possibleValues with apostrophes in i18n
...
substitutions not working.
2006-12-01 19:17:37 +00:00
Drake
f11b0b8b85
Make RSS From Parent assets always hidden from navigation.
2006-12-01 19:09:11 +00:00
Martin Kamerbeek
2e608a2a20
Fixed encrypt login behaviour
2006-12-01 10:25:40 +00:00
Colin Kuskie
ac552aeec3
updated DataForm template variables
2006-11-30 19:16:33 +00:00
Roy Johnson
5291ec7fe1
7.3.0 ready for dev again
2006-11-30 01:46:53 +00:00
Roy Johnson
e058215bf7
Merging Search test into head
2006-11-30 01:05:21 +00:00
Colin Kuskie
c867f9eadb
Most assets call processTemplate to do their template processing. Inside
...
of processTemplate, there is a call to $self->get which adds all the asset
properties to the list of template variables. Sometimes they duplicate
entries in the www_ method (like view). Sometimes they're not interesting,
like templateId, but they're still valid template variables.
I'm going to start a new template variable entry for each asset that
will just contain those variables. Any www_ method calling processTemplate
can then include them via ISA into their list of template variables.
2006-11-29 23:10:16 +00:00
Doug Bell
4ed1f2f30e
Added an idea for t/lib/WebGUI/Form_Checking.pm to make testing form values less magic and more flexible. still todo.
2006-11-29 06:36:27 +00:00
Colin Kuskie
957642e1c6
added explicit test for comma processing
2006-11-29 05:08:14 +00:00
Doug Bell
03b8f4e4d4
fix: Users not authorized for any payment gateway now get appropriate message
2006-11-28 23:05:15 +00:00
JT Smith
efa444c1d3
moving wiki down the path of ajax enlightenment
2006-11-28 21:29:58 +00:00
Colin Kuskie
650ddb805d
fix some really bad formatting
2006-11-28 19:30:38 +00:00
Colin Kuskie
0db2156374
Removed /x from ErrorHandler HTML reformatting since it doesn't use embedded whitespace or comments.
...
Fixed a typo in the Macro_r_printable where an ending bold tag was dropped.
Add some POD to Asset.pm talking about variables that are added when
processTemplate is called.
More ISA work in the Help system.
2006-11-28 19:20:04 +00:00
Colin Kuskie
850abf9b6d
setup code for showDebug test
2006-11-28 16:58:21 +00:00
Roy Johnson
1af69b32c6
removed some debug code
2006-11-28 07:59:35 +00:00
Roy Johnson
0de492541b
RFE: Add file field type to DataForm wobject. Also added ability to have files submitted emailed as attachments when using the mail form mode.
2006-11-28 07:56:30 +00:00
JT Smith
cfd09a5cb6
upgraded to yui 0.12.0
...
upgraded to yui-ext 0.33 rc2
2006-11-28 02:23:34 +00:00
JT Smith
62b3d90db7
remove old yui-ext
2006-11-28 02:22:26 +00:00
JT Smith
4fd23d094f
removing old version of yui
2006-11-28 02:18:49 +00:00
JT Smith
d1d368dcd1
wiki
2006-11-27 20:04:53 +00:00
JT Smith
d67a28fee2
added wiki assets
...
added accordion javascript object
2006-11-27 18:59:24 +00:00
Colin Kuskie
b42e213888
forward port of list pending transaction link from 7.2
2006-11-27 17:51:42 +00:00
Colin Kuskie
22839c8de3
removal of more debug
2006-11-26 05:46:52 +00:00
Colin Kuskie
53f4b076e1
remove debug code
2006-11-26 04:07:57 +00:00
Colin Kuskie
85eb6ddbeb
Added setNamespace and getNamespace methods to WebGUI::International.
...
Added a baseline test for WebGUI::International which also tests the new methods.
Fixed codespace caching in WebGUI::Operation::Help. Codespace caching is
done via symbol table lookups, and it saves doing an eval.
Implemented the same type of caching in WebGUI::International. This replaced
the in-memory cache which would slowly accumulate a complete copy of the
i18n entries as they were fetched.
2006-11-26 04:07:32 +00:00
Colin Kuskie
2f1408e852
enable ISA relationships in Wobjects add/edit forms
2006-11-25 22:58:45 +00:00
Colin Kuskie
1c89741add
Documented a method in Asset/Post via POD.
...
Began review of the Post and Collaboration template variables.
2006-11-25 03:22:01 +00:00
Colin Kuskie
9beeb854a4
Went through and validated all the template variables in all template
...
for the LDAP authentication module. Common variables were referenced
from the main Auth module Help file.
2006-11-24 22:12:46 +00:00
Colin Kuskie
ee9cae98a8
Documented the heretofore undocumented Deactivate Account Template in the Auth modules.
...
Broke out code scanning tests into their own tests, and required the CODE_COP environment
variable be set before they were run.
Fixed two bugs in the Workflow test, wrong number of tests and inverse test logic.
More Auth template inheritance work. Almost time to reflect it over to
the LDAP module.
2006-11-24 21:05:44 +00:00
Colin Kuskie
860a71bc5d
The template managers group is deprecated, but not removed.
...
More template variable work in the Auth* space.
2006-11-24 18:10:19 +00:00
Colin Kuskie
be4fd74276
WebGUI::Auth provides a set of default template variables inherited
...
by both AuthWebGUI and AuthLDAP. I've pulled the defaults out of
AuthWebGUI for one template (anonymous registration) into its own
namspace, Auth. Default variables will be pulled out for all of the templates
eventually.
2006-11-24 04:01:52 +00:00
Colin Kuskie
61138b4764
forward port of removed code
2006-11-24 02:08:05 +00:00
Colin Kuskie
8f2e5ddeca
forward port of Turn On Admin docs
2006-11-24 01:52:43 +00:00
Drake
526c5d3f70
Minor fix for new template vars in WebGUI::Auth::createAccount.
2006-11-23 22:21:50 +00:00
Roy Johnson
0a6bce357e
HEAD ready for 7.3.0 dev
2006-11-23 09:35:20 +00:00
Roy Johnson
c3a9323864
Ready for 7.2.3 dev
2006-11-23 08:53:01 +00:00