Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-27 | Fixes #3832 initialize avatar crop area | cash | |
2011-10-23 | Fixes #3914. Pulled avatar code out into its own library. | Brett Profitt | |
2011-10-23 | Fixes #3914. Moved avatar cropping to ui.js. | Brett Profitt | |
2011-10-17 | Merge pull request #74 from cash/autocomplete | Cash Costello | |
Fixes #2102, #2712, #3450 Finishes autocomplete and userpicker for 1.8.1 | |||
2011-10-15 | Fixes #3540. Added "instant hooks" to JS hooks engine. ↵ | Brett Profitt | |
elgg.register_instant_hook(name, type) will cause any handler registering to that hook to be immediately executed if the hook has been previously triggered. Open for better suggestions about the name. | |||
2011-10-14 | Fixes #3927. elgg.security.addToken() works for URLs without query strings. | Brett Profitt | |
2011-10-14 | Refs #3927, #3976. Added elgg.parse_url() and elgg.parse_str(). | Brett Profitt | |
2011-10-13 | added documentation for the userpicker | cash | |
2011-10-13 | fixed bug where a removed user could not be added again in userpicker | cash | |
2011-10-13 | displaying users that have been selected and added remove capability | cash | |
2011-10-13 | got the friends option working for user picker | cash | |
2011-10-09 | Fixes #3673 added autofocus class | Cash Costello | |
2011-10-06 | using html extension to jquery.ui autocomplete | cash | |
2011-09-21 | Fixes #3770 CSS only site menu that works in IE7 | cash | |
2011-09-13 | Fixes #3539 two conditions for triggering init,system now - dom is ready and ↵ | Cash Costello | |
languages loaded | |||
2011-09-05 | Refs #3449, #3770. Using JS to fix submenu dropdown in IE7. | Brett Profitt | |
2011-08-24 | Fixes #3589. JS "all" hook handlers called only once. | Brett Profitt | |
2011-07-04 | Fixes #3560 input/date and output/date support ISO 8601 (YYYY-MM-DD) and ↵ | cash | |
Unix timestamps. Need to think about how to handle alternate text formats. | |||
2011-06-26 | Fixes #3470 using rel=toggle now | Cash Costello | |
2011-06-25 | Fixes #3610 $guid was not defined | cash | |
2011-05-18 | Fixes #3385 rel now used for the confirm text so that title can be used ↵ | cash | |
separately git-svn-id: http://code.elgg.org/elgg/trunk@9099 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-05-09 | Pulled in Jeff's patch to fix the user picker. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@9058 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-28 | Fixes #3408. During token refresh, only touching hrefs that contain ↵ | brettp | |
__elgg_ts and __elgg_token to avoid changing selector-only hrefs since fragment-only hrefs are normalized by the browser. Not sure how this didn't show up until now. git-svn-id: http://code.elgg.org/elgg/trunk@9049 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-10 | Fixes #3182: No attempt to go through simplecache at all, but any language ↵ | ewinslow | |
can be exported to js now without any extra effort on the part of language pack authors git-svn-id: http://code.elgg.org/elgg/trunk@8977 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-10 | Refs #3182: Feeding language loading through /ajax/view to keep thing ↵ | ewinslow | |
simpler for now. Reorganized boot process so that we can ajax load the languages asap git-svn-id: http://code.elgg.org/elgg/trunk@8976 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-07 | Refs #3278. No more likes in login popup handler. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8950 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-07 | Fixes #3278 Login popup aligned to right side of button. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8948 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-01 | Returning false in JS hooks is now sent through to the calling trigger. Null ↵ | brettp | |
still returns the original value. git-svn-id: http://code.elgg.org/elgg/trunk@8898 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-01 | Refs #3098. Changed elgg.getUrlFragment to elgg.getSelectorFromUrlFragment ↵ | brettp | |
to allow for better selectors. git-svn-id: http://code.elgg.org/elgg/trunk@8897 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-29 | Fixed auto-display of system errors in ajax actions. Fixed docs for ↵ | brettp | |
system_messages(). Blech...that needs cleaned up. git-svn-id: http://code.elgg.org/elgg/trunk@8879 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-29 | Fixes #3234: Adding explicit collision param for popups. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8875 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-26 | Fixes #3234, refs #3094. Added the inTarget code back to the popup closing ↵ | brettp | |
function. git-svn-id: http://code.elgg.org/elgg/trunk@8842 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-20 | Fixes #3094. Removed event blocking code for popups. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8790 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-17 | Fixes #3094, Refs #3111. Clicking outside a popup closes the visible popups. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8750 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-15 | Refs #2538. Loading js/configuration.js again. Only updating tokens on ↵ | brettp | |
success and showing a basic warning if refresh fails. git-svn-id: http://code.elgg.org/elgg/trunk@8719 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-15 | JS elgg.echo() returns the key if the string isn't found. This is consistent ↵ | brettp | |
with the PHP version. git-svn-id: http://code.elgg.org/elgg/trunk@8718 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-15 | Refs #2538: Added documentation to most of the JS methods missing it. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8717 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-13 | Fixes #3110 - checking selector before running date picker js | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8688 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-12 | Fixes #3065, #3089. Merged JS events and hooks to a single system. Updated ↵ | brettp | |
plugins and core to use it. Added elgg.getURLFragment() and using it elgg.ui.popsUp(). git-svn-id: http://code.elgg.org/elgg/trunk@8671 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-10 | Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ↵ | ewinslow | |
most urls in core and plugins git-svn-id: http://code.elgg.org/elgg/trunk@8653 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-09 | Refs #3027: Using the event popup, ui for advanced placement in elgg.ui.popsUp() | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8643 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-08 | Fixes #3027. Likes popup uses rel='popup' and elgg.ui.popsUp() to position ↵ | brettp | |
absolute. git-svn-id: http://code.elgg.org/elgg/trunk@8630 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-05 | Fixes #2321: Deprecated input/datepicker and output/calendar in favor of ↵ | ewinslow | |
input/date and output/date git-svn-id: http://code.elgg.org/elgg/trunk@8582 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-01 | cleaned up appending system messages since <ul> will always be there | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8554 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-01 | Fixes #3032: toggler pattern is now <a href="#target" ↵ | ewinslow | |
class="elgg-toggler">...</a> Wow, so much nicer. git-svn-id: http://code.elgg.org/elgg/trunk@8538 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-25 | Refs #2538: Functions don't need double-namespacing | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8479 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-23 | Fixes #2976: Removed second toggler implementation | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8445 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-22 | Added elgg.get_site_url(), so people don't have to deal with the config object. | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8423 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-20 | Removing more debug code. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8355 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-20 | Removing debug code from previous. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8354 36083f99-b078-4883-b0ff-0f9b5a30f544 |