Commit graph

2736 commits

Author SHA1 Message Date
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
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
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
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
Matthew Wilson
2b20ee661e - fix [ 1216810 ] anonymous registration errors persist (fixed for real!) 2005-12-12 07:07:06 +00:00
Matthew Wilson
fae20247f9 - fix
[ 1365822 ] makePrintable does not work in Collaboration System
2005-12-12 06:40:57 +00:00
Matthew Wilson
d7ebf75b71 - fix [ 1328728 ] Export exports root page n times 2005-12-12 06:32:22 +00:00
Colin Kuskie
4b64a1409c fix double encoded HTML entities re sf#1372630 2005-12-12 06:25:31 +00:00
Matthew Wilson
c928697449 finally 2005-12-12 05:53:20 +00:00
Matthew Wilson
a7361fcc02 garrr 2005-12-12 05:52:38 +00:00
Matthew Wilson
f4e7161b13 fix! :) 2005-12-12 05:51:59 +00:00
Matthew Wilson
ac441a328d - fix [ 1376621 ] dateSubmitted not updated on posts 2005-12-12 05:51:14 +00:00
Matthew Wilson
4aaf66a8a0 - fix [ 1344111 ] promote/demote swap with non-"published" assets 2005-12-12 05:43:00 +00:00
Matthew Wilson
1649ef4860 - fix [ 1377276 ] Calendar Pop up issue 2005-12-12 05:12:15 +00:00
Matthew Wilson
da85d2b3c1 - fix [ 1377276 ] Calendar Pop up issue 2005-12-12 05:11:38 +00:00
Matthew Wilson
dba6b74a17 durrr 2005-12-12 05:05:57 +00:00
Matthew Wilson
f413489b49 - fix [ 1344146 ] deleting recurring events doesn't work 2005-12-12 04:56:37 +00:00
Colin Kuskie
ea85a42fca fix typo in Post, re sf#1378493 2005-12-12 04:43:20 +00:00
Matthew Wilson
1a1f477563 - Fixed bug where viewProfile did not show pretty printed values
- Fixed bug/rfe where it was not obvious when hovering over the rank
   column in the Asset Manager that you can drag rows up and down.
   Added cursor:move to the td's style.
2005-12-12 04:33:54 +00:00
Colin Kuskie
1d5ab960ee Add test for range reversal in isBetween and refactor isBetween. 2005-12-11 03:49:44 +00:00
Colin Kuskie
d8b8d9b68d Document need for assetName/macroName/topicName 2005-12-10 23:36:52 +00:00
Colin Kuskie
f5347b1314 WebGUI/Operation/Help.pm, refactor _getHelpName
All other files, make sure that either assetName, macroName or topicName is defined
in the i18n file.  Make sure that all Assets have assetName defined in their
definition sub.
2005-12-10 23:33:25 +00:00
Colin Kuskie
cd3f607f45 update namespaces for InOutBoard help 2005-12-10 22:29:48 +00:00
Colin Kuskie
b74cddb637 Added FetchMimeType macro.
Fix bad namespaces, package names and labels in StockData and InOutBoard help.
2005-12-10 22:22:35 +00:00
Colin Kuskie
45de852b61 Remove debugging code from User.pm
Add clause to remove any dot file from getToolbarOptions in Icon.pm
2005-12-10 21:29:06 +00:00
Colin Kuskie
fadb77822e Replace new getValueFromPost with original. Checked that
Posts have all values (username, dateSubmitted, dateUpdated) defined.
2005-12-10 21:26:41 +00:00
Colin Kuskie
53a1475c4b fixed typo, subtraction instead of assignment 2005-12-10 21:16:30 +00:00
Matthew Wilson
f895ead4d5 shortcut auto-reload functionality. 2005-12-09 19:36:49 +00:00
Colin Kuskie
908cab06e9 fix a bug where the list of macros does not work 2005-12-09 04:47:53 +00:00
Colin Kuskie
e1c79f0c75 document new CS RSS template variables 2005-12-09 04:12:58 +00:00
JT Smith
0d24873145 preparing for 6.8.2 bugfix cycle 2005-12-08 21:04:50 +00:00
JT Smith
e07344417c fixed iob 2005-12-08 03:50:58 +00:00
Matthew Wilson
a421e5297a adding Shortcut/Dashlet reload icon. 2005-12-08 03:46:36 +00:00
JT Smith
2e0c3dc48c fix
[ 1373319 ] archive
2005-12-08 03:22:45 +00:00
Matthew Wilson
a8c99a2b9c lots of changes. 2005-12-08 03:17:48 +00:00
JT Smith
5e4b39f41c fix [ 1364965 ] Assets in Trash give Permission Denied in stead of Not Found 2005-12-08 02:11:10 +00:00
JT Smith
4d76a7a14a don't need this pile of crap anymore =) 2005-12-07 23:48:28 +00:00
Colin Kuskie
ffed78df5a finished debugging CS RSS changes 2005-12-07 22:44:49 +00:00
Colin Kuskie
50b51223fe fixed typos in CS RSS 2005-12-07 21:37:04 +00:00
Colin Kuskie
85dbaba696 enhancements to CS RSS templates sponsored by Donorware 2005-12-07 21:25:21 +00:00