Commit graph

68 commits

Author SHA1 Message Date
Colin Kuskie
2f5dab37d2 finalized Group code with migration and upgrade log 2006-04-14 01:17:39 +00:00
JT Smith
e4392f7449 new caching system to replace old page cache 2006-04-05 20:46:57 +00:00
JT Smith
b6ad963119 replaced MessageLog with Inbox 2006-03-21 22:44:31 +00:00
JT Smith
e04a1b6fca migrated a few of the run hourly scripts
fixed a cron bug
2006-02-18 14:38:09 +00:00
JT Smith
3816ad750f replaced webgui mail system 2006-01-31 20:20:09 +00:00
JT Smith
bb263b4777 finished converting view() methods to have a prepareView() companion. 2006-01-30 23:54:45 +00:00
JT Smith
b1ab07d24f more session related bug fixes 2006-01-14 21:30:49 +00:00
Colin Kuskie
45b03a03c3 document changes in International.pm API 2006-01-12 21:21:15 +00:00
JT Smith
64048c0846 migrated tabform to new session system 2006-01-12 19:51:54 +00:00
JT Smith
0cc5884b77 converted subscription api 2006-01-12 19:27:59 +00:00
JT Smith
1e5034acd6 refactored storage api to handle new session stuff 2006-01-12 19:15:34 +00:00
JT Smith
02c5a65857 updated profile field and profile category to use the new session api 2006-01-12 18:55:10 +00:00
JT Smith
388cd8f306 migrated webgui product 2006-01-12 18:21:47 +00:00
JT Smith
877bf082a0 migrating paginator api to new session system
fixed a few old style session vars
2006-01-12 17:24:06 +00:00
JT Smith
65a40d75ac refactored WebGUI::LDAPLink to use session api 2006-01-12 05:24:52 +00:00
JT Smith
925906ca7e refactored WebGUI::Id to use new session api 2006-01-11 23:34:02 +00:00
JT Smith
2735385050 migrated WebGUI::Icon api to use new session 2006-01-11 23:12:07 +00:00
JT Smith
b3974c0cd5 refactored WebGUI::HTMLForm api to use new session system 2006-01-11 16:53:02 +00:00
JT Smith
45c7e7876d refactored WebGUI::HTML api to use new ssesion system 2006-01-11 16:35:45 +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
9520b4ce48 migrating datetime api for session 2006-01-10 17:06:41 +00:00
JT Smith
d470a7cdd4 more session related changes 2006-01-09 20:43:02 +00:00
JT Smith
024514c549 more session related changes 2006-01-09 19:56:26 +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
Colin Kuskie
99df1f414e Form inheritance work for lists, removal of $session{os}{slash} 2005-12-01 20:46:55 +00:00
Colin Kuskie
561a6982e9 document what is required for automatic Asset listing in the Help system 2005-11-18 21:58:43 +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
dd727ce3aa slight addition. 2005-11-04 14:50:46 +00:00
JT Smith
e8a514b753 getting there with the mp2 handlers 2005-11-04 14:00:34 +00:00
JT Smith
8ac8530227 now using DateTime instead of Date::Manip 2005-11-02 09:37:49 +00:00
Matthew Wilson
7b20b2db03 - fix [ 1265771 ] assets that were formerly prototypes are... (mwilson)
- fix [ 1280018 ] add new sql report - all query fields visible (mwilson)
 - fix [ 1283740 ] overridden in WebGUI/Mail.pm (mwilson)
 - fix [ 1282511 ] WebGUI::Form::submit disabled (mwilson)
 - fix [ 1281854 ] migration.txt - 5.6, 5.7 need some updating. (mwilson)
 - fix [ 1281842 ] rand() needs srand() on win32 mod_perl (mwilson)
 - fix [ 1281435 ] Asset::paste() or Asset::setParent() needs... (mwilson)
 - fix [ 1280374 ] Events calendar with no end date set loops... (mwilson)
 - fix [ 1230352 ] Navigation Template (mwilson)
2005-09-11 17:36:39 +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
JT Smith
ed161ce282 - fix [ 1163407 ] Ampersand XHTML 1.0 Non-Compliant 2005-08-25 16:41:52 +00:00
JT Smith
beca69b465 more versioning bug fixes 2005-08-11 21:36:55 +00:00
JT Smith
abf4076569 more versioning bug fixes 2005-08-10 19:46:14 +00:00
JT Smith
8c2440760f Starting with WebGUI 6.7.0 .sql files will no longer be used in core upgrades
of WebGUI sites. We also suggest not using them for upgrades of custom code.
The reason is that the database is becoming very complex, and it's easier to
introduce errors to the database when modifying it directly rather than using
the APIs.
2005-07-30 22:07:13 +00:00
JT Smith
4c8ff049cc added automatic id attribute generation to all form controls 2005-07-28 22:53:24 +00:00
JT Smith
7d95169b38 adding the new form system 2005-07-26 15:55:15 +00:00
JT Smith
c4b3e4092d Merging changes from 6.6.4
Added new definition features to wobjects and assets.
2005-07-21 01:17:05 +00:00
JT Smith
5531a9b3d2 the first major round of changes for versioning 2005-07-06 22:21:52 +00:00
JT Smith
c465648595 Added hover help mechanism 2005-06-19 00:23:05 +00:00
JT Smith
2c145c0d22 some cleanup and docs for the new logging system 2005-04-01 05:10:53 +00:00
JT Smith
b501d05f2d added regexes from martin 2005-01-07 16:31:52 +00:00
JT Smith
4798ba497d removed old template system and replaced with template asset 2005-01-05 17:28:14 +00:00
JT Smith
0ce3182da0 migrated data form wobject to asset and some bug fixes 2005-01-02 21:56:54 +00:00
JT Smith
d0cfbd7a8e documentation of the migration of wobjects 2005-01-01 22:22:42 +00:00
JT Smith
9e31680f41 removing a bunch of grap we no longer need 2004-12-30 03:17:12 +00:00
JT Smith
48caad2d74 merging 6.2.9 changes 2004-11-19 22:59:25 +00:00