Commit graph

156 commits

Author SHA1 Message Date
Martin Kamerbeek
55e164c4e3 RFE [ 1004098 ] Additional navigation Template Parameters added. 2004-08-18 20:12:04 +00:00
Len Kranendonk
b003569dc3 RFE [ 806332 ] Force SSL 2004-08-18 19:39:11 +00:00
Len Kranendonk
f39aa0d539 Added htmlarea 3 2004-08-18 18:44:46 +00:00
Leendert Bottelberghs
4d5bcfd519 6.x.x.txt 2004-08-17 14:49:19 +00:00
Martin Kamerbeek
fcd2593a9e Dropped the need for the 'id' column in the page table 2004-08-16 22:32:26 +00:00
JT Smith
f5cdf6aafe fixed some message log bugs and added more guid stuff 2004-08-13 16:10:25 +00:00
Leendert Bottelberghs
b995eb9870 *** empty log message *** 2004-08-13 15:37:50 +00:00
JT Smith
c60613ac2c adding getScratch 2004-08-12 14:36:17 +00:00
JT Smith
d1c319bdb1 fixed alan ritari's patch 2004-08-12 14:29:45 +00:00
Alan Ritari
3fae4dbaa1 - wobject can force 302 redirect after all page processing by setting
$session{page}{redirectURL}
2004-08-11 22:14:13 +00:00
Martin Kamerbeek
40cc46321e Changing lft and rgt database field names to nestedSetLeft and nestedSetRight. 2004-08-11 14:23:08 +00:00
Martin Kamerbeek
fff72f50cc Fixing some bugs 2004-08-11 14:02:02 +00:00
JT Smith
d341a9506a adding guid stuff 2004-08-10 02:33:58 +00:00
JT Smith
48fd2d44e9 committing first round of GUID changes 2004-08-09 15:45:44 +00:00
Len Kranendonk
0ba6b7c911 Bugfix: [ 996592 ] Fixed Infinite loop in Page.pm makeUnique in 6.1.1 2004-08-09 08:36:09 +00:00
Len Kranendonk
7f2dab08fa Bugfix: [ 1003511 ] Users cannot be added to Registered Users if removed 2004-08-08 12:30:03 +00:00
Len Kranendonk
356e58ca22 Bugfix [ 995088 ] Error in printable macro 6.1.1 2004-08-07 17:15:42 +00:00
Len Kranendonk
74bd846dde Bugfix: [ 1000299 ] laodAllConfigs should be loadAllConfigs? 2004-08-07 14:04:52 +00:00
Len Kranendonk
cad3de937e Bugfix: [ 1003594 ] Fixed Navigation Cacheing bug 2004-08-07 11:40:48 +00:00
Len Kranendonk
33339679ad Bugfix: [ 1000205 ] Password Recovery Doesn't Work 2004-08-07 11:27:38 +00:00
Len Kranendonk
46ea7b60c0 Added Export Page functionality. 2004-08-06 13:06:29 +00:00
Len Kranendonk
91b867b414 Added check on write permissions WebGUI::Template 2004-08-06 07:58:48 +00:00
Alan Ritari
ec03243e3e - passing form param disableWobjects=$call shortcircuits most of
WebGUI::Wobject::WSClient::www_view()
2004-08-05 02:45:34 +00:00
Len Kranendonk
e9e4c46aa1 Added the page.isMyAncestor condition to the Navigation system. 2004-07-27 11:14:40 +00:00
Len Kranendonk
dea9d9f487 Bugfix [ 997916 ] Bug and solution in File.pm 2004-07-26 10:03:05 +00:00
Len Kranendonk
bc2e8b649e bugfix: default value only worked for select list fields 2004-07-26 09:45:34 +00:00
Len Kranendonk
1143651305 Fixed the macro 5.8.4 thing 2004-07-23 21:18:30 +00:00
Len Kranendonk
64e2da3471 extended WobjectProxy 2004-07-23 09:42:10 +00:00
JT Smith
797b8581b6 merging 5.8.0 and 6.1.1 changes 2004-07-18 17:43:08 +00:00
Len Kranendonk
5acecb3689 Added metadata, passive profiling, generateContent.pl 2004-07-17 21:30:28 +00:00
JT Smith
c8e752d80b bugfix: user was redirected to the clipboard after cutting a page 2004-07-14 16:59:29 +00:00
JT Smith
e1320cebb6 bugfix [ 990710 ] Users can't change own passwords 2004-07-14 16:25:50 +00:00
JT Smith
ff110de45c various patches 2004-07-13 17:11:06 +00:00
JT Smith
c0bf7e46f0 various patches added 2004-07-12 04:45:38 +00:00
JT Smith
2e791c9dd5 merging some 5.5 changes and various bugfixes 2004-07-12 01:24:41 +00:00
JT Smith
8061e40dcf fixed various bugs 2004-07-12 00:13:28 +00:00
JT Smith
fb5bbc4bb8 various bug fixes 2004-07-11 15:53:29 +00:00
Martin Kamerbeek
83b93e22e8 Adding navigation caching and implementing the nested set model. 2004-07-11 15:33:41 +00:00
JT Smith
bd7ccaf29d various bug fixes 2004-07-10 17:14:41 +00:00
JT Smith
577554b904 templated these macros 2004-07-10 05:36:05 +00:00
JT Smith
7648c6c13f added support for reading from replicated databases 2004-07-09 21:10:58 +00:00
JT Smith
c39e7dc7b0 precache webgui config files 2004-07-07 05:40:39 +00:00
JT Smith
6bc2c33954 enhanced user/group management interfaces 2004-07-06 21:58:58 +00:00
JT Smith
819fde84b3 added some performance enhancements to grouping lookups 2004-07-06 01:33:44 +00:00
JT Smith
3375889a61 added new user search 2004-07-05 15:37:27 +00:00
JT Smith
2b63ab6878 adding transactional support and preapred statements to WebGUI::SQL 2004-07-05 03:42:46 +00:00
Alan Ritari
5ef21035c4 - Adding form param WSClient_skipCache when posting to WSClient wobject
allows us to ignore even good soap return caches (mostly for testing use)
2004-07-01 00:19:12 +00:00
JT Smith
eab5fc8f15 head tag improvements 2004-06-30 00:20:32 +00:00
JT Smith
f18f408efb fixed some i18n problems and moved http related functions out of session and into their own class 2004-06-27 23:56:39 +00:00
JT Smith
7bb6ac31c1 rewrote internationalization and help system 2004-06-25 19:21:35 +00:00