aboutsummaryrefslogtreecommitdiff
path: root/views
AgeCommit message (Collapse)Author
2008-10-21#458 fixed - IE7 conditional statement bugpete
git-svn-id: https://code.elgg.org/elgg/trunk@2290 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-20Output/checkboxes now defers to output/tags rather than output/text; much ↵ben
more sensible. git-svn-id: https://code.elgg.org/elgg/trunk@2286 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-17Default output fields for radio and checkboxesben
git-svn-id: https://code.elgg.org/elgg/trunk@2281 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-17Closes #335: Marcus Povey : marcus
* Per user tools settings now present again (only displays if there are settings present AND the plugin is enabled - needs skinning accordingly) * Re-jigged the settings code to behave like a proper page handler. * Minor tweak to language git-svn-id: https://code.elgg.org/elgg/trunk@2279 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-17activity stream basic style applied, and plugin reorder links adjustedpete
git-svn-id: https://code.elgg.org/elgg/trunk@2277 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-16widget gallery more info spacing fixedpete
git-svn-id: https://code.elgg.org/elgg/trunk@2276 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-16You can now reorder plugins.ben
git-svn-id: https://code.elgg.org/elgg/trunk@2274 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-15Notification methods now better translatedmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2264 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-14Edit profile form modifiedpete
git-svn-id: https://code.elgg.org/elgg/trunk@2257 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-13Friends picker arrows combined into one resource, and updated with hover ↵pete
effect. Redundant image gallery icons removed. git-svn-id: https://code.elgg.org/elgg/trunk@2254 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-13Adjusted spacing on add user formpete
git-svn-id: https://code.elgg.org/elgg/trunk@2248 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-13default message styledpete
git-svn-id: https://code.elgg.org/elgg/trunk@2233 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-10widget more info tooltip improvementspete
git-svn-id: https://code.elgg.org/elgg/trunk@2231 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-10further fixes to the widget gallery to use css-based imagespete
git-svn-id: https://code.elgg.org/elgg/trunk@2230 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-10Updated widget picker gallery to use classes for images rather than ↵pete
hard-coded resources. git-svn-id: https://code.elgg.org/elgg/trunk@2229 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-08system message strings moved to elgg_echodave
git-svn-id: https://code.elgg.org/elgg/trunk@2227 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-08Closes #301: Profile icons now use getIcon() API. Overrides now possible:marcus
For themes to override, create a plugin hook listening to 'entity:icon:url' and object 'user'. In the hook return a different url. To replace default user icons in a plugin one might create a hook: function profile_usericon_hook($hook, $entity_type, $returnvalue, $params) { if ((!$returnvalue) && ($params['entity'] instanceof ElggUser)) { // return your default graphic here. } } And set it to priority 900 (lower priority than the code that displays a pretty icon for users but higher than the default object display code in entities.php) git-svn-id: https://code.elgg.org/elgg/trunk@2221 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-08Fixes #413: Rss feeds with GET query strings now functioning.marcus
Thanks for your patch, nice spot! git-svn-id: https://code.elgg.org/elgg/trunk@2219 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-08ajax loader updated to use an image from _graphics rather than a hard-coded ↵pete
image resource (to make theming possible). git-svn-id: https://code.elgg.org/elgg/trunk@2217 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-07updated failsafe message divs dimensionspete
git-svn-id: https://code.elgg.org/elgg/trunk@2210 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-06Closes #402 and #407 : Right! Finally nailed this fscking issue to the wall ↵marcus
(hopefully). Modified system log to hold extra information about the class being stored, this lets us pull only the required rows from the event log. This drastically simplifies and speeds up the query. Requires: Database upgrade. Outstanding issues: Query is using filesort despite using correct index. Still much faster than the last method! git-svn-id: https://code.elgg.org/elgg/trunk@2194 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-06You can now remove pagination from a listben
git-svn-id: https://code.elgg.org/elgg/trunk@2192 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-06Elgg Javascript now goes through the views systemben
git-svn-id: https://code.elgg.org/elgg/trunk@2185 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-04removed ratings hook from comments. It will now go into plugins.dave
git-svn-id: https://code.elgg.org/elgg/trunk@2182 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-03updated messaging system with 'click to dismiss' and moved it's position to ↵pete
not overlap the top toolbar git-svn-id: https://code.elgg.org/elgg/trunk@2181 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-03updated messages systempete
git-svn-id: https://code.elgg.org/elgg/trunk@2176 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-30Messages/error notification system updated with dismiss button, longer ↵pete
delay, and sticky/fixed position (at top of viewport). git-svn-id: https://code.elgg.org/elgg/trunk@2150 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-30ratings hook added to comments blockdave
git-svn-id: https://code.elgg.org/elgg/trunk@2148 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-29Closes #383 & #384marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2144 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-24Closes 374: Using get_version function instead of including the version file.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2123 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-24Closes #362: Nice spot. marcus
Cause was an omission of the user being edited being passed. No security issues introduced by having this user set, since editing user must still pass a canEdit() in the action itself. git-svn-id: https://code.elgg.org/elgg/trunk@2108 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-07Fixes 334: Radio buttons were part of the problem, label and option were the ↵marcus
wrong way round (compare with input/checkboxes). Second part of the problem was actually with views/default/notifications/settings/usersettings.php, where the value of the field was incorrectly being extracted from the settings array. Thanks for the spot! git-svn-id: https://code.elgg.org/elgg/trunk@2058 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-06Closes #327: Thanks for the pointer. In the end I modified the fix from the ↵marcus
patch you sent, it still uses get but the generated token should make a CSRF attack much harder. git-svn-id: https://code.elgg.org/elgg/trunk@2057 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-06Closes 331: Removed fixed string in translation. Thanks for the spot!marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2053 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-01Fixes the regression introduced by [2023]marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2049 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-26Closes #304: Thanks for the patch!marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2043 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-26Minor tweak to basic stats to clarify number of users in the system.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2041 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-20Closes #253: Patch provided by edfactor. Thanks for your contribution!marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2030 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-20install process password box addedpete
git-svn-id: https://code.elgg.org/elgg/trunk@2029 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-20increased the size of the input boxes on the install pages to faciliate url ↵pete
checking git-svn-id: https://code.elgg.org/elgg/trunk@2028 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-20Installation clarity fixesben
git-svn-id: https://code.elgg.org/elgg/trunk@2023 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-19Refs #256: Basic installation parameters checked.marcus
Fixes #266: If the install flag isn't set then elgg_view will no longer attempt to load data from the database. git-svn-id: https://code.elgg.org/elgg/trunk@2016 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-17The top tool menu is now alphabetically sorted.ben
git-svn-id: https://code.elgg.org/elgg/trunk@1993 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-17spotlight tweaksdave
git-svn-id: https://code.elgg.org/elgg/trunk@1988 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-17Removed the context menu in the friends picker.ben
git-svn-id: https://code.elgg.org/elgg/trunk@1987 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-17force tinyMCE editor initial width for safaripete
git-svn-id: https://code.elgg.org/elgg/trunk@1986 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-17footer updated to fit more linkspete
git-svn-id: https://code.elgg.org/elgg/trunk@1985 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-17Opera fixes and new spotlight backpete
git-svn-id: https://code.elgg.org/elgg/trunk@1984 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-17Wired in latest activity, so new users aren't as lonely as they otherwise ↵ben
might be. git-svn-id: https://code.elgg.org/elgg/trunk@1983 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-17footer tweakdave
git-svn-id: https://code.elgg.org/elgg/trunk@1981 36083f99-b078-4883-b0ff-0f9b5a30f544