Commit graph

649 commits

Author SHA1 Message Date
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
Colin Kuskie
27ae1a9977 fix broken i18n labels 2005-12-14 23:29:08 +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
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
Colin Kuskie
dc82b96d96 remove debugging code 2005-12-12 17:10:31 +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
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
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
Matthew Wilson
a8c99a2b9c lots of changes. 2005-12-08 03:17:48 +00:00
JT Smith
76c38edb44 fixing remaining bugs 2005-12-07 20:49:59 +00:00
JT Smith
59df4ab49e migrated user profile schema editor to new back end 2005-12-07 20:04:40 +00:00
JT Smith
bfffdae8a9 fixing bugs 2005-12-07 17:43:01 +00:00
JT Smith
a20aa5f587 refactored user manager to use new profile backend 2005-12-07 17:36:08 +00:00
JT Smith
5941f6d3f8 migrated user level profile functions to new backend 2005-12-07 17:20:11 +00:00
JT Smith
58df04b36c added getLabel method 2005-12-07 16:28:55 +00:00
Matthew Wilson
f6058c1b34 fixing lots of dashboard things. 2005-12-05 00:38:55 +00:00
Colin Kuskie
ad6c1f34d4 fixing broken template var in getRequiredProfileFields 2005-12-03 23:15:19 +00:00
JT Smith
c8cc6ddf8d oops, checked in some mistakes, fixing 2005-12-01 23:19:52 +00:00
Colin Kuskie
99df1f414e Form inheritance work for lists, removal of $session{os}{slash} 2005-12-01 20:46:55 +00:00
JT Smith
abe85d439e changes for new demo system 2005-12-01 19:49:05 +00:00
JT Smith
9749fd7005 merging 6.7.8 bug fixes 2005-11-29 01:28:28 +00:00
JT Smith
f1de189938 removed spectre
updated credits
2005-11-21 14:39:05 +00:00
Colin Kuskie
e49fcd76e9 remove log warning about creating empty DynamicField 2005-11-21 06:02:47 +00:00
Matthew Wilson
43ba1480c1 fixing someone's misuse of Macro::negate. 2005-11-19 22:37:27 +00:00
Colin Kuskie
b8c22c9308 tweak Operation/Help to support Help system tests 2005-11-16 22:47:17 +00:00
Colin Kuskie
e75988cd1f Colin: adding avatar to collaboration systems and refactoring some user profile stuff. Added photo and avatar fields to user profile. 2005-11-13 18:42:08 +00:00
Michelle LaMar
990eb0fbf3 -fixed bug #1338558: Profile field missing when visible/editable 2005-11-10 06:35:50 +00:00
Colin Kuskie
b77f503aec make sure that Help skeleton does not actually generate a help entry 2005-11-07 20:04:41 +00:00
JT Smith
ea868a8c0e moved uploadsAccessHandler into the main webgui handler mechanism
converted macros to use references
fixed some other various bugs
2005-11-07 01:40:07 +00:00
JT Smith
fe549ee746 a few more mp2 bugfixes 2005-11-04 15:04:52 +00:00
Matthew Wilson
c01d7e49d5 replaced $session{cgi} with $session{req} 2005-11-03 21:48:37 +00:00
Matthew Wilson
5ee8369c5e fixed SCRIPT_NAME with a session variable from $r->uri 2005-11-03 19:17:34 +00:00
JT Smith
8ac8530227 now using DateTime instead of Date::Manip 2005-11-02 09:37:49 +00:00
Wouter van Oijen
3d65ae2158 XHTML bugfixes 2005-10-16 19:33:27 +00:00
JT Smith
c7781bdd66 - fix [ 1234051 ] Recursive loops in addGroupsToGroups
- Added handling for an exception in recurring payment processing where there
   was missing data causing a fatal error.
2005-10-14 21:28:38 +00:00
Matthew Wilson
5fb251d01f fixed user profile caching and retrieval issue. 2005-10-14 19:31:35 +00:00
Wouter van Oijen
421585937f XHTML bugfixes 2005-10-12 21:48:03 +00:00
Colin Kuskie
a6b796ede3 clean up debugging code 2005-10-11 04:30:32 +00:00
Colin Kuskie
56e5b7ef2b table of contents with internationalization 2005-10-10 05:22:37 +00:00
Daniel Collis-Puro
52d9f76d58 Fixed bug that may lead to the "listGroups" screen being empty when many isEditable=0 groups are in the groups table, the count(*) statement in www_listGroups needed to have where clause. 2005-10-08 16:38:27 +00:00
JT Smith
b7814f5139 bug fixes 2005-09-30 01:51:30 +00:00
Wouter van Oijen
6be547e55a fix [ 1304940 ] Incorrect Spelling of Instantiate 2005-09-26 21:00:44 +00:00
Colin Kuskie
5f64c2d3c0 add hoverHelp to settings 2005-09-22 03:25:09 +00:00
JT Smith
62d1c58ae4 - Added cache to settings which increased performance by .02 seconds per
page.
 - Added user cache which increased performance by more than .1 seconds per
   page.
 - Added some new indicies to make asset queries .01 to .1 seconds faster per query.
 - fix [ 1274488 ] Visitors language not recognized 6.7.2
2005-09-10 15:37:03 +00:00
JT Smith
0dd6b7b660 bug fixes 2005-09-09 19:30:28 +00:00
JT Smith
f6c2dfe6fb - fix [ 1275024 ] Can not edit layout on 6.7.2
- fix [ 1262235 ] sql report form params
 - fix [ 1277529 ] Extra radio buttons in Settings console
 - Removed the last remnants of wobject ids.
 - Fixed a GUID case sensitivity problem.
 - Fixed several large security holes. See the security advisory on
   getwebgui.com for details.
 - fix [ 1279157 ] showInForms option not stored
 - fix [ 1250290 ] ECommerce state field broken on Plainblack.com
 - fix [ 1261985 ] (Fix?) sortby.lastreply.url (Andreas Graf)
2005-09-01 17:41:05 +00:00
Wouter van Oijen
01ad8fd12c Fixed a few XHTML 1.0 related bugs 2005-09-01 13:11:28 +00:00
JT Smith
97161c798e fixed - fix [ 1276625 ] viewRSS not working (Andrew Khmelev)
- fix [ 1276695 ] Addition to 'viewRSS not working' (6.7.2) (Andrew Khmelev)
 - Fixed a layout problem with the user search form.
 - fix [ 1250418 ] unable to edit posts more than once
2005-08-31 12:56:38 +00:00