Matthew Wilson
818ff2608c
Re-adding (conditional) cookie baking. I'm not sure anyone has been successfully testing SVN WebGUI since it was removed.
...
Moving cookies out of session::open into contentHandler (they already were in uploadsHandler).
Eliminating opening a new visitor session and then converting it to the actual user session for every single request by making two Session.pm methods public instead of private.
Added NOT_FOUND to the list of exported from Const.
Fixing a small bug in File.pm.
Fixed some spacing/tabs/formatting issues in various places.
This autocomplete in TortoiseSVN is really nifty.
2005-11-19 23:30:52 +00:00
Matthew Wilson
5a754e2241
fixing duplicate head tags bug.
2005-11-19 22:44:23 +00:00
Matthew Wilson
7f44c3dd99
fixing spelling typo
2005-11-19 22:42:07 +00:00
Matthew Wilson
7dcf481511
some spacing.
2005-11-19 22:41:44 +00:00
Matthew Wilson
ed40193555
fix scenarios where it's supposed to parse only dates.
2005-11-19 22:41:02 +00:00
Matthew Wilson
64fed7e92e
wrong label for YesNo field.
2005-11-19 22:38:31 +00:00
Matthew Wilson
6a89651b12
spacing.
2005-11-19 22:38:13 +00:00
Matthew Wilson
43ba1480c1
fixing someone's misuse of Macro::negate.
2005-11-19 22:37:27 +00:00
JT Smith
cb4729f7e7
added zip archive and in/out board assets
2005-11-19 20:54:15 +00:00
Colin Kuskie
57eaa1f73f
fix typo in i18n field name, all i18n.t tests clean
2005-11-19 06:15:10 +00:00
JT Smith
6707c3698a
cron works
2005-11-19 02:55:32 +00:00
Colin Kuskie
07804c5a0b
broken labels in Matrix help
2005-11-19 00:34:21 +00:00
Colin Kuskie
94b0bff158
broken labels and empty entries in Asset/File/Image help
2005-11-19 00:32:25 +00:00
Colin Kuskie
fe48deb33a
broken labels and empty entries in WebGUI help
2005-11-19 00:29:26 +00:00
Colin Kuskie
b16e819a9a
broken labels and empty entries in Survey help
2005-11-18 23:44:27 +00:00
Colin Kuskie
917d06f366
bad help fields and labels in Collaboration
2005-11-18 23:19:01 +00:00
Colin Kuskie
efc57d00e1
fix broken hoverHelp fields in Layout help
2005-11-18 23:14:12 +00:00
Colin Kuskie
961e58f529
first set of fixes from i18n test code, help for DataForm and Matrix, labels for DataForm, Matrix and Subscription
2005-11-18 23:04:54 +00:00
Colin Kuskie
9a368956e7
rename add/edit to matrix add/edit so automatic listing of Assets works
2005-11-18 21:57:03 +00:00
Matthew Wilson
5aeb00d137
fixed typo.
2005-11-18 18:16:45 +00:00
Matthew Wilson
6bd4df9c48
made endDate bigger.
2005-11-18 17:47:58 +00:00
Colin Kuskie
dc0a370330
remove extra my $footer
2005-11-18 17:16:33 +00:00
Matthew Wilson
542f685014
fixing several misc. bugs. draggable, backToPage, tooLateDates
2005-11-18 17:10:26 +00:00
JT Smith
f98ac111f9
added matrix asset
2005-11-18 01:28:04 +00:00
Colin Kuskie
62506c0592
avatarUrl did not contain a filename
2005-11-17 05:26:19 +00:00
Colin Kuskie
b8c22c9308
tweak Operation/Help to support Help system tests
2005-11-16 22:47:17 +00:00
Colin Kuskie
f92c81603c
update POD in Macro.pm to remove call to getParams
2005-11-16 18:53:34 +00:00
JT Smith
384f6cd392
added the starting foundation for spectre, much more still to be done
2005-11-16 00:00:05 +00:00
Colin Kuskie
e4a4ecd342
fix Form i18n labels
2005-11-15 23:31:02 +00:00
Colin Kuskie
5c66da33c7
forward port of HTTP setCookie patch
2005-11-14 21:04:34 +00:00
JT Smith
25d260c0b4
merging 6.7.8 changes
2005-11-14 19:36:09 +00:00
Colin Kuskie
7a04401cb3
typo in avatar url variable
2005-11-14 16:26:58 +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
JT Smith
2df1b4cb72
added page.isContainer and page.isUtility template vars
2005-11-10 14:45:10 +00:00
Michelle LaMar
990eb0fbf3
-fixed bug #1338558 : Profile field missing when visible/editable
2005-11-10 06:35:50 +00:00
JT Smith
9e37cdd9a2
removed the notion of scripturl since it's no longer necessary with the modperl handler
2005-11-09 23:44:03 +00:00
Colin Kuskie
784a0c3986
forward port of bugfix
2005-11-09 23:17:47 +00:00
JT Smith
6782f5fcac
just a little cleanup of colin's skels
2005-11-09 13:16:25 +00:00
Matthew Wilson
43941e58b0
fixing missing 'my 's
2005-11-08 20:01:00 +00:00
Colin Kuskie
b506f01399
fix typo in POD for exportHtml
2005-11-08 19:55:52 +00:00
Colin Kuskie
bd661b36fd
rename global sort variables
2005-11-08 17:53:45 +00:00
Colin Kuskie
8aec38fffe
rename global sort variables
2005-11-08 17:11:53 +00:00
Colin Kuskie
b46433ecfa
internationalize www_edit titles
2005-11-07 21:38:22 +00:00
Matthew Wilson
c8873ea6e2
fixed one i18n thing, and some formatting.
2005-11-07 21:14:17 +00:00
Matthew Wilson
58aa7c3f5b
fixing a layout (and other) proceed bugs.
2005-11-07 20:38:21 +00:00
Colin Kuskie
83df234e88
add skeletons for help and i18n
2005-11-07 20:37:49 +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
2c7a475d40
moving len's cookie fix to WebGUI::HTTP
2005-11-07 13:16:25 +00:00
Michelle LaMar
f1dfaaa142
Added RSS feed template to Collaboration. Created help for new template. Added internationalization for template labels, tooltips and help. Modified upgrade script to add new column to Collaboration table and add new template.
2005-11-07 05:42:21 +00:00
JT Smith
607a251b11
adding skeletons
2005-11-07 02:01:15 +00:00