Commit graph

3792 commits

Author SHA1 Message Date
Colin Kuskie
06f616caf0 add requirement for Text::Balanced for testing 2005-12-19 16:51:55 +00:00
Colin Kuskie
355c5267e0 add i18n object based label lookup tests 2005-12-19 16:50:00 +00:00
Len Kranendonk
c7cb7f3dee Fix: [ 1379384 ] image uploads to non-public pages 2005-12-19 16:18:52 +00:00
Len Kranendonk
59f1599ba4 Fix: [ 1379384 ] image uploads to non-public pages 2005-12-19 16:18:14 +00:00
Matthew Wilson
08954dbe3c attempting to fix 463213 2005-12-19 15:22:09 +00:00
Colin Kuskie
d085152304 Added POD to 4 macros.
Internationalized Error messages for Include and LastModified
2005-12-19 05:34:13 +00:00
Colin Kuskie
01816cd806 Corrent template description in Macro/AdminBar.
Added POD for two macros.

Internationalized the If error message.
2005-12-19 04:48:38 +00:00
JT Smith
b621f3f605 fixing broken ui level examples 2005-12-18 23:12:03 +00:00
JT Smith
c752b5a3a6 preparing for 6.9.0 dev 2005-12-18 22:57:39 +00:00
JT Smith
5a79607a31 preparing for 6.8.3-gamma release 2005-12-18 21:40:17 +00:00
Colin Kuskie
9e7d86af49 Update docs for GroupDelete (conditions for displaying the link)
Added POD to 4 more Macros
2005-12-18 00:39:31 +00:00
Colin Kuskie
8aafc5a3ad Update docs for GroupAdd.
Internationalize error message for File Url
Add POD to 3 macros.
2005-12-17 21:54:34 +00:00
Colin Kuskie
f007395c50 POD for 3 macros, and internationalized error messages for two macros. 2005-12-17 20:07:08 +00:00
Colin Kuskie
eb98d68777 Correct POD for AdminToggle and add POD for 3 new files 2005-12-17 06:10:07 +00:00
Colin Kuskie
ddf72f4c31 more POD docs, 101 to go 2005-12-16 23:01:05 +00:00
Colin Kuskie
80c3f027f2 Add POD to more Macros.
Document that using the CanEditText Macro outside of an
Asset will have unpredictable results.
2005-12-16 22:55:06 +00:00
Colin Kuskie
7c619a1ecd Added POD to 5 macros
Internationalized the AssetProxy "Invalid Asset URL" error message.
2005-12-16 21:51:53 +00:00
Colin Kuskie
fe27be1974 POD for three macros 2005-12-16 21:13:30 +00:00
JT Smith
1bcfa3bddc - Fixed a syntax error in Post.pm
- fix [ 1382675 ] File Path Wrong - Uploads are difficult
 - fix [ 1380368 ] Snippets should not contain debugging info
 - fix [ 1377668 ] Unescaped double quote in Syndacate title cause problems
2005-12-16 19:52:07 +00:00
Colin Kuskie
a1e85d8b12 add check for Group equivalency with no default selected 2005-12-16 19:37:26 +00:00
Colin Kuskie
7167f97a92 Fix a bug where List-type Forms created via DynamicField did not use default
values from the Form itself.  If you truly want a List with no defaults,
pass in an empty string on the value key in the param hash:

{ value => '' }
2005-12-16 19:36:59 +00:00
JT Smith
19dba14c44 fixed typo 2005-12-16 18:48:01 +00:00
Colin Kuskie
ec7b31dcfc add specific template types and add more templates and tests 2005-12-16 18:23:26 +00:00
JT Smith
a16b470dd4 - Fixed a problem where profile data would be mixed between the current user
and the user your viewing the profile of.
2005-12-16 17:33:48 +00:00
JT Smith
6944fe3316 - fix [ 1381694 ] Unable to reset votes on poll
- fix [ 1381309 ] FormParam macro returns always undef
 - fix [ 1379595 ] http proxy broken
 - fix [ 1379060 ] Unable to view subscription codes
2005-12-16 16:28:21 +00:00
JT Smith
bc909dff10 [ 1381873 ] Matrix missing toolbar 2005-12-16 14:49:37 +00:00
Colin Kuskie
cc88ecada8 bugfix sf#1381305, SQLReports broken 2005-12-16 00:32:57 +00:00
Colin Kuskie
752a8669c0 bugfix, SF#1381551 for non-english dates
updated documentation for Post(new template vars)
and ZipArchive(moved file add/edit related help from template to add/edit)
2005-12-16 00:27:44 +00:00
Colin Kuskie
f89b63d8e2 fix missing i18n label 2005-12-15 16:55:05 +00:00
Colin Kuskie
27ae1a9977 fix broken i18n labels 2005-12-14 23:29:08 +00:00
Matthew Wilson
d4e9102424 fixed a problem with op=editUser where it would use profile field values of the current user. 2005-12-14 02:58:12 +00:00
Matthew Wilson
ab9207268f fixed a problem with op=editUser where it would use profile field values of the current user. 2005-12-14 02:56:03 +00:00
Matthew Wilson
a5724e913c - fixed a problem with enabling Avatars in the Collaboration System.
- fix [ 1379595 ] http proxy broken
2005-12-13 23:35:03 +00:00
Colin Kuskie
33009a5996 rollback change 2005-12-13 23:17:45 +00:00
Matthew Wilson
c7b87cda29 fixing a booboo 2005-12-13 23:16:45 +00:00
Colin Kuskie
dcfc111934 force object out of scope to destroy instead of DESTROY method call 2005-12-13 22:53:53 +00:00
Matthew Wilson
42caa72c98 oops; these were in 6.8.2. 2005-12-13 17:44:44 +00:00
Matthew Wilson
9bab864c32 - fix [ 1378871 ] become this user doesn't work
- fix [ 1378909 ] (SVN 300) Unable to add user
 - fix [ 1378787 ] Unable to add new group to user
2005-12-13 17:42:44 +00:00
JT Smith
afe8be718d preparing for 6.8.3 bugfix cycle 2005-12-13 16:47:48 +00:00
JT Smith
f184646506 preparing for 6.8.2 beta release 2005-12-13 16:07:29 +00:00
Matthew Wilson
41bd852e24 - fix [ 1378871 ] become this user doesn't work
- fix [ 1378909 ] (SVN 300) Unable to add user
 - fix [ 1323184 ] CS Submissions Not Sorting on multiple sites
 - fix [ 1378787 ] Unable to add new group to user
2005-12-13 03:22:55 +00:00
Colin Kuskie
235f2929fd fix broken i18n label 2005-12-13 00:07:27 +00:00
Colin Kuskie
fe52249c5b document bugfix 2005-12-12 18:42:23 +00:00
Colin Kuskie
156de5ea88 Make label overrideable in formField so that required fields
can be highlighted with an asterisk in the Profile tab for Operation/User.pm
2005-12-12 18:30:48 +00:00
Matthew Wilson
e7b1b16efc adding skeletons. 2005-12-12 18:23:11 +00:00
Matthew Wilson
0ca14186fe Added some more skeletons (newWobject, newAsset, changelog(!)) 2005-12-12 17:29:37 +00:00
Colin Kuskie
dc82b96d96 remove debugging code 2005-12-12 17:10:31 +00:00
Matthew Wilson
e0786a6a11 [ 1363797 ] Calendar Javascript (Date/Time)
and some other minor annoyances.
2005-12-12 15:00:33 +00:00
Matthew Wilson
f5f73c1681 - Converted all the max((assetData.)revisionDate) calls to use mysql5/(4.1)
nested queries.
 - fix [ 1323184 ] CS Submissions Not Sorting on multiple sites
 - fixed some major oversights in the new profile system.
2005-12-12 10:34:39 +00:00
Matthew Wilson
d8cea7a566 - fix [ 1237406 ] HTTP Proxy caches results 2005-12-12 07:27:49 +00:00