Commit graph

76 commits

Author SHA1 Message Date
Drake
565119fa1a Multiple changes:
- Shift ProfileField API so that new returns undef on invalid fields.
    This makes it possible for Shortcut::www_saveUserPrefs to execute.
    The class methods in ProfileField are now also actually class methods.

    + Also fix up other modules that created dummy ProfileFields so that
      they don't need to do that anymore, because it's now invalid.

  - Merge contradictory-looking code from Shortcut's view and www_view
    into a reasonable compromise in view, and then have www_view call
    $self->view in a manner similar to that of the default Asset::view.

    + The profile field overrides still don't work, because there's no
      obvious mechanism for "transclude asset in context".  This may
      require some fiddling to get right...
2006-08-31 00:14:56 +00:00
Colin Kuskie
b220f13107 - 2006-07-13 20:26:05 +00:00
Wouter van Oijen
fe9e46336d POD fixes (PodChecker.t) 2006-07-13 12:30:47 +00:00
JT Smith
aaa93d466b - fix: Can't create new account
- fix: Several new assets aren't added to config during upgrade process
 - fix: Post Subject HTML
 - fix: Matrix: can't instantiate template
2006-07-11 16:44:59 +00:00
Wouter van Oijen
2d9565775f POD fixes and removing debug output 2006-07-11 09:05:22 +00:00
Colin Kuskie
dc584ec66d Fix some really old, out-of-date POD in International.pm
Rework Operation/Profile to use an existing i18n object to fetch language hash.
2006-06-28 17:56:15 +00:00
Lucas Bartholemy
bfd2f7ed59 fixed typo + better language checking 2006-06-28 13:50:37 +00:00
Frank Dillon
0cbcdbfaaf fixed issue where yes/no required fields would evaluate to false if the user chose "no" 2006-06-23 21:48:54 +00:00
Colin Kuskie
5cb101af44 POD whitespace fixes 2006-05-22 15:58:31 +00:00
JT Smith
782cb9fdef got rid of h1 2006-04-24 22:16:50 +00:00
JT Smith
7fcfb11f20 made the file and image form fields better, but still have some work to do
began converting the article to have it's own attachments, but still have some work to do
2006-04-16 01:10:34 +00:00
JT Smith
ae8f3d87f6 setting $session->user now changes the id for the session as it should
continued adding ad management system
added field sets to htmlform and tab form
2006-04-06 22:28:13 +00:00
Colin Kuskie
0621fd4492 Missing session variables, reworked some wording on old POD.
Added POD to two more files.
2006-03-03 23:59:12 +00:00
Colin Kuskie
dc204428f6 POD for 2 more files 2006-03-03 23:24:53 +00:00
Colin Kuskie
8639f53783 Missing session variables in Operation subroutines.
Forward port of Form/File,Image big fixes.
2006-01-26 18:07:56 +00:00
Matthew Wilson
4a3121960f removal of dumpSession. 2006-01-26 05:39:16 +00:00
Matthew Wilson
fa5439b099 lots o fixes 2006-01-21 19:00:27 +00:00
Matthew Wilson
150087f703 lots of operation and auth fixes. 2006-01-19 03:07:34 +00:00
Matthew Wilson
e33c7bebc3 an absolute slew of changes. 2006-01-18 01:45:55 +00:00
Matthew Wilson
09483e18c5 a ton of $session fixes (thanks to Colin), and a new $session checker, that supposedly, shouldn't be needed now. It can be backed out, however, easily. 2006-01-16 22:45:21 +00:00
JT Smith
b0ffb721b6 more session related bug fixes 2006-01-15 18:34:44 +00:00
JT Smith
5a8845c407 remove grouping use line 2006-01-12 22:52:22 +00:00
JT Smith
a3adaee3a0 removing unnecessary use lines 2006-01-12 22:27:20 +00:00
Colin Kuskie
01d95a265e new i18n api requiring $session 2006-01-12 17:49:20 +00:00
JT Smith
c74c1bdcbc merged WebGUI::Groupings with WebGUI::Group and WebGUI::User
changed WebGUI::Group api to work with the new session api
2006-01-11 03:27:07 +00:00
JT Smith
2599a4c853 converting WebGUI::Form API to use new session system 2006-01-10 17:43:38 +00:00
JT Smith
a194408513 changing copyright year 2006-01-09 23:51:04 +00:00
JT Smith
d470a7cdd4 more session related changes 2006-01-09 20:43:02 +00:00
JT Smith
f429daa942 more session changes 2006-01-02 02:54:23 +00:00
JT Smith
d4b7f2ce59 first round of changes for the new session system 2005-12-31 21:54:06 +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
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
Matthew Wilson
a8c99a2b9c lots of changes. 2005-12-08 03:17:48 +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
Colin Kuskie
ad6c1f34d4 fixing broken template var in getRequiredProfileFields 2005-12-03 23:15:19 +00:00
Colin Kuskie
99df1f414e Form inheritance work for lists, removal of $session{os}{slash} 2005-12-01 20:46:55 +00:00
Matthew Wilson
43ba1480c1 fixing someone's misuse of Macro::negate. 2005-11-19 22:37:27 +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
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
Matthew Wilson
5fb251d01f fixed user profile caching and retrieval issue. 2005-10-14 19:31:35 +00:00
Len Kranendonk
789263864a Bugfix [ 1243559 ] profile field security vulnerability 2005-08-25 15:18:40 +00:00
Martin Kamerbeek
52670adb9f fix [ 1249114 ] unclosed <li> elements in auth modules 2005-08-12 13:22:54 +00:00
Roy Johnson
8047fd264d fix - [ 1203834 ] accounts created by anon. reg. disobey def. userprofile settings 2005-06-08 20:04:10 +00:00