- 26 May, 2011 2 commits
-
-
Richard Mansfield authored
Change-Id: Ie46e9d05ee6f7774be604f1ba8d35c0feddfa00d Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Use the searchable profile fields from the internal artefact instead of the 'public' fields. Because these are all fields from the usr table, this the join on the artefact table to be removed, and the same query can then be used for both postgres and mysql. Use either = or ILIKE to match fields depending on the value of the 'exactusersearch' config option. Use of = allows the lowercase index to be used in postgres searches. Change the query to AND the search terms together instead of using OR. Change-Id: I3a409149ee413fe59060e4e507ce58e34ebeb115 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 25 May, 2011 7 commits
-
-
Richard Mansfield authored
Search is much faster in Postgres with these indexes on the lowercase profile fields. In MySQL we can't create the indexes without changing the types of the column from text to varchar. An upgrade to do this would have to be destructive, and would require admin notification. It's not worth doing that, because MySQL cannot create indexes on functions of columns, and we could not create the lowercase indexes that would be useful for user searches. Change-Id: I9ffb6ce02a5f3e8fc2cf158424b37b754edd8d34 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Change 'Public' to 'Searchable' in internal artefact config, because that is now a more accurate description of what they are. Reduce the allowed searchable fields to name, email & student id, because these are the only fields returned in search users anyway. Use checkboxes elements rather than multicolumntable to avoid a long list of mostly disabled checkboxes under 'Searchable'. Change-Id: I439501b30735ca899bc051f3bda79a2d272cdf45 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Change-Id: I3b885fcba5faf7fc86e0722c427c9061073f8f07 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Values for disabled checkboxes are not passed in as post vars, so the checked property needs to be reset every time the form is submitted & rebuilt. Fix the select all/none links to leave disabled checkboxes alone. Change-Id: If6294c561c770f9a8bf82c17d826d7c569e34748 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Francois Marier authored
Change-Id: If92eb06f7a2864de278f929b9301eba9023d864f Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 24 May, 2011 16 commits
-
-
Hugh Davenport authored
Change-Id: Ic74a8978bc60501e5392b03a864423f75e658576 Signed-off-by:
Rich Trott <Richard.Trott@ucsf.edu> Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
Francois Marier authored
-
Francois Marier authored
* changes: Set ctime on changes to view_access Add ctime field to view_access including upgrade
-
Darryl Hamilton authored
Change-Id: I7f554bcd11797d5b458d9f29a0becadb9ed3e8a3 Signed-off-by:
Darryl Hamilton <darrylh@catalyst.net.nz>
-
Darryl Hamilton authored
Change-Id: Ie3758aa8a5b07036ac496e0aea3fae944307ed22 Signed-off-by:
Darryl Hamilton <darrylh@catalyst.net.nz>
-
Brett Wilkins authored
This is the externalvideo counterpart to the iframe filter for glogster. Glogster is an interactive poster creation and hosting service. More at http://www.glogster.com Note: This does not support glogster iframes itself, as there is not enough information provided to construct a working embedded object from. Change-Id: I0372d7933f97e0c70aa250cd7fd26adda854b37a Signed-off-by:
Brett Wilkins <brett@catalyst.net.nz>
-
Brett Wilkins authored
Change-Id: I76ee0f3f6f4f485ac659f5cd21667fde016b6c00 Signed-off-by:
Brett Wilkins <brett@catalyst.net.nz>
-
Francois Marier authored
-
Francois Marier authored
-
Francois Marier authored
-
Brett Wilkins authored
Added Prezi image and link to the list of sites supported for embedded media Change-Id: Ib5fbedc271094747dbe687b54ae4b73e8ea7f00e Signed-off-by:
Brett Wilkins <brett@catalyst.net.nz>
-
Brett Wilkins authored
The supported sites list is about to get a lot bigger. To accommodate for this, I've removed the text portion of the link in each list item, to make more space for more items. I've also made local copies of the icons as pngs, so that browsers do no warn the users when using https. Change-Id: Ida52a8f1817e4375a0989f04733287630e4b803c Signed-off-by:
Brett Wilkins <brett@catalyst.net.nz>
-
Brett Wilkins authored
Prezi is an online flash-based presentation tool, which lets you easily create a good-looking presentation. More at http://prezi.com/ This change will work for both the embed tags provided by prezi, or the url to a specific prezi presentation Signed-off-by:
Brett Wilkins <brett@catalyst.net.nz> Change-Id: If036cc91b7980cb59b5252f59133dd32b1817055
-
Hugh Davenport authored
Bug #785011 Change-Id: Ia1b03ae04fa5f5049630eda65fcc73ee539dcd77 Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
Brett Wilkins authored
Filtering url out of any surrounding tags in the validation step to better handle embedded objects Change-Id: I861142b3642e8599290b424661899cb47ddcaa94 Signed-off-by:
Brett Wilkins <brett@catalyst.net.nz>
-
Francois Marier authored
-
- 23 May, 2011 7 commits
-
-
Francois Marier authored
-
Richard Mansfield authored
-
Darryl Hamilton authored
Update xmldb.xsd as required, fix all current install.xml files, and add automatic validation to the minimum acceptance test. Requires xmllint - provided by libxml2-utils on debian/ubuntu. Change-Id: Ia21862d79fc1429416bc55175aff1806e95c5fdb Signed-off-by:
Darryl Hamilton <darrylh@catalyst.net.nz>
-
Francois Marier authored
-
Brett Wilkins authored
WikiEducator is a wiki project intended for collaborative creation and development of free e-learning content Change-Id: I288ab2aaed3ee53c90639713a7a1c65ea286911b Signed-off-by:
Brett Wilkins <brett@catalyst.net.nz>
-
Melissa Draper authored
Change-Id: I1599f37d6097d7516ac8f83d611a1d9608375369 Signed-off-by:
Melissa Draper <melissa@catalyst.net.nz>
-
Francois Marier authored
-
- 22 May, 2011 1 commit
-
-
Hugh Davenport authored
Bug #785703 Change-Id: Ib4e9208250bbe150927ce8b692fa27ff5b63c2aa Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
- 20 May, 2011 1 commit
-
-
Darryl Hamilton authored
This bug was introduced in 5e827024 but seems to affect only Leap2A exports. Change-Id: I4a27d473d5612222de9b06e3957eb07a7112d702 Signed-off-by:
Darryl Hamilton <darrylh@catalyst.net.nz>
-
- 19 May, 2011 1 commit
-
-
Francois Marier authored
The change in eaf67a35 broke the test suite which was still looking for an "external feeds" tab. Change-Id: Ieec5beba01c009f2b41991544281183b3e54ad44 Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
- 18 May, 2011 2 commits
-
-
Hugh Davenport authored
Bug #784326 Change-Id: I853202480dbdc0566611f1f8524ef36962e15f37 Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
Richard Mansfield authored
An earlier upgrade to make the username column wider may have resulted in a dropped index (see bug #548165). This change will recreate the index if it's not there. Change-Id: Iefc93b1bc05904498a2600ab9516c94ab6b26d42 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 17 May, 2011 3 commits
-
-
Dan Poltawski authored
-
Darryl Hamilton authored
Bug #781589 - This covers their profile page, and any views they have chosen to share. Change-Id: I3693e371963f40340261a8902e5bd9d709e05c15 Signed-off-by:
Darryl Hamilton <darrylh@catalyst.net.nz> Signed-off-by:
Andrew Robert Nicols <andrew.nicols@luns.net.uk>
-
Dan Poltawski authored
-