David Delikat
b1bd7e6205
done!
...
I'd like to thank all the little people because I wouldn't be here if it wasn't for you.
;)
2009-03-24 23:04:56 +00:00
David Delikat
e0ef9d3c6e
all functions complete
...
-- pre-polish check point
2009-03-24 21:13:13 +00:00
David Delikat
efbe79e365
almost done
2009-03-24 04:49:06 +00:00
David Delikat
b35848179c
little changes here-n-there
2009-03-24 00:56:35 +00:00
David Delikat
279cb24cbe
working image upload
...
thanks PerlDreamer
2009-03-23 03:33:17 +00:00
David Delikat
e9d54a3171
90% functionally complete
2009-03-22 01:25:19 +00:00
David Delikat
df234709f4
merged to 9933
2009-03-21 12:58:03 +00:00
David Delikat
4fb7b2c81b
big check point
...
passes lots of tests
well 8
but hey there are tests!
2009-03-20 03:56:11 +00:00
David Delikat
856cc06d04
merged with HEAD and other interesting changes
2009-03-19 04:12:03 +00:00
David Delikat
66c6c0fae5
yet another check point
2009-03-19 01:42:22 +00:00
David Delikat
3c56bb64ae
nuther check point
2009-03-18 17:50:56 +00:00
David Delikat
e6fc38a502
check point
2009-03-17 16:31:54 +00:00
David Delikat
30fa2028ff
some changes
2009-03-06 21:54:28 +00:00
David Delikat
1869017ff3
first success
2009-02-28 20:17:32 +00:00
David Delikat
15a2cbd840
first part of coding
2009-02-27 03:37:55 +00:00
Yung Han Khoe
be4749120b
fixed ukplayer in Matrix Listing view
2009-02-24 04:04:42 +00:00
Colin Kuskie
9f10c3c693
Move template variable generation back into prepareView in the GalleryAlbum, so
...
that scripts are properly put into the HEAD block of a page.
2009-02-22 03:36:09 +00:00
Colin Kuskie
1a4211dcb5
Really fix Thingy pagination this time. I promise. For sure.
...
No kidding.
2009-02-21 00:37:57 +00:00
Graham Knop
24da723629
updating copyright year
2009-02-20 23:47:30 +00:00
Colin Kuskie
179e75ef8f
Fixes of defaultValue from undef to '', 0 for mysql 5.1
2009-02-20 17:28:23 +00:00
Colin Kuskie
44ac8a42b9
Add a missing template variable, which prevented users from deleting
...
a DataForm entry when viewing that entry.
2009-02-19 06:10:52 +00:00
Colin Kuskie
021215c9bd
Fix a hash lookup into a C::IO object in the DataForm, which isn't a hash.
2009-02-18 23:58:05 +00:00
Graham Knop
e5ede77c29
use char instead of varchar
2009-02-18 03:18:20 +00:00
Yung Han Khoe
90247ac13c
matrix performance improvements
2009-02-17 01:34:34 +00:00
Yung Han Khoe
6286f2e31d
fixing Matrix sort by updated
2009-02-16 17:06:06 +00:00
Yung Han Khoe
60f44083bb
improving MatrixListing performance
2009-02-16 16:56:39 +00:00
Yung Han Khoe
d1680cf867
matrix search fixes and performance improvements
2009-02-15 16:08:48 +00:00
Colin Kuskie
9fd2d511a0
Make sure that the gallery obeys the displayTitle flag. Many gallery
...
templates were altered to support this.
2009-02-13 23:47:30 +00:00
Colin Kuskie
991ac55a01
Thread sticky and locked handling. Form vars are now exposed
...
in all post forms. Editing a thread does not clear the isSticky and isLocked
flags.
2009-02-11 23:20:20 +00:00
Graham Knop
bf9bd2f0d2
use proper JSON encoding/decoding
2009-02-10 21:41:36 +00:00
Graham Knop
7023683b48
fix for matrix test
2009-02-10 21:41:27 +00:00
Yung Han Khoe
66e4b23e7f
improving matrix performance
2009-02-10 02:17:42 +00:00
Yung Han Khoe
a61dd87d22
fixed Matrix best/worst rated lists
2009-02-09 17:22:32 +00:00
Colin Kuskie
d17e1f21d6
Fix bad form variable for phone number in EMS Badge address info.
2009-02-09 17:16:01 +00:00
Yung Han Khoe
d32137b5db
fixing a problem with previous survey fix
2009-02-07 21:08:02 +00:00
Yung Han Khoe
36d401aa74
fixed a Matrix sql problem
2009-02-06 21:23:39 +00:00
Colin Kuskie
6c61eb54db
Fix a problem with purging an EMS.
2009-02-05 23:10:35 +00:00
Graham Knop
fbd118d37e
fixed: Permissions aren't correctly applied to Article attachments
2009-02-05 20:02:52 +00:00
Colin Kuskie
f2f8f22669
When data is successfully saved from the edit user preferences form, make it
...
redraw the Dashboard, instead of the shortcut.
2009-02-04 22:07:50 +00:00
Colin Kuskie
2c6717d508
Fix a dashboard bug where scripts and css needed by user profile fields were not
...
sent via an AJAX method in the shortcut.
2009-02-04 21:58:34 +00:00
Colin Kuskie
62a14a2dcc
Dates in the galley advanced search were ignored.
2009-02-04 16:58:25 +00:00
Colin Kuskie
a5ad3bf4bd
Fix broken subfolder synopsis template variable in the Folder.
2009-02-04 16:30:38 +00:00
Colin Kuskie
b8b2a38ef5
Fix the exitURL redirection when a survey is completed and the site uses a gateway url.
2009-02-04 02:22:21 +00:00
David Delikat
621a0cf71b
initialize keyword field in GalleryFile.pm because get fills it in now due to a recent code change
2009-02-03 16:43:47 +00:00
Colin Kuskie
99d6796675
Prevent Event, WikiPage and Thread from being pasted places where they don't
...
belong. This allows chained method calls to "getMyParent", getParent, getWiki, getCalendar, etc.
to work.
Adds the new canPaste and validParent method to Asset and AssetClipboard.
2009-02-03 04:43:11 +00:00
Colin Kuskie
1091616705
Prevent WikiPages from being manually added to places where they shouldn't.
2009-02-03 00:11:52 +00:00
David Delikat
118c18569f
caching now takes into account the correct parameter for pagination
2009-01-31 19:12:34 +00:00
Colin Kuskie
101e95fd63
Prevent Wiki Pages from being pasted to anywhere but a Wiki Master.
...
Add provisions for other assets to behave similarly.
2009-01-30 23:49:19 +00:00
Colin Kuskie
097de28bd0
Fix a perl syntax error, and use if/elsif/else instead
...
of cascaded if, since the 2nd if would always win.
2009-01-29 23:38:14 +00:00
David Delikat
e3e24b37b0
fixed #9596 : Articles now use a semi-unique pagination variable based on asset id
...
also restored the 'synopsis = first page' feature in Asset::Post::getSynopsisAndContent
2009-01-29 17:45:52 +00:00