aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)Author
2011-10-27Fixes #3832 initialize avatar crop areacash
2011-10-23Fixes #3914. Pulled avatar code out into its own library.Brett Profitt
2011-10-23Fixes #3914. Moved avatar cropping to ui.js.Brett Profitt
2011-10-17Merge pull request #74 from cash/autocompleteCash Costello
Fixes #2102, #2712, #3450 Finishes autocomplete and userpicker for 1.8.1
2011-10-15Fixes #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-14Fixes #3927. elgg.security.addToken() works for URLs without query strings.Brett Profitt
2011-10-14Refs #3927, #3976. Added elgg.parse_url() and elgg.parse_str().Brett Profitt
2011-10-13added documentation for the userpickercash
2011-10-13fixed bug where a removed user could not be added again in userpickercash
2011-10-13displaying users that have been selected and added remove capabilitycash
2011-10-13got the friends option working for user pickercash
2011-10-09Fixes #3673 added autofocus classCash Costello
2011-10-06using html extension to jquery.ui autocompletecash
2011-09-21Fixes #3770 CSS only site menu that works in IE7cash
2011-09-13Fixes #3539 two conditions for triggering init,system now - dom is ready and ↵Cash Costello
languages loaded
2011-09-05Refs #3449, #3770. Using JS to fix submenu dropdown in IE7.Brett Profitt
2011-08-24Fixes #3589. JS "all" hook handlers called only once.Brett Profitt
2011-07-04Fixes #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-26Fixes #3470 using rel=toggle nowCash Costello
2011-06-25Fixes #3610 $guid was not definedcash
2011-05-18Fixes #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-09Pulled 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-28Fixes #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-10Fixes #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-10Refs #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-07Refs #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-07Fixes #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-01Returning 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-01Refs #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-29Fixed 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-29Fixes #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-26Fixes #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-20Fixes #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-17Fixes #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-15Refs #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-15JS 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-15Refs #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-13Fixes #3110 - checking selector before running date picker jscash
git-svn-id: http://code.elgg.org/elgg/trunk@8688 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Fixes #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-10Fixes #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-09Refs #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-08Fixes #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-05Fixes #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-01cleaned up appending system messages since <ul> will always be therecash
git-svn-id: http://code.elgg.org/elgg/trunk@8554 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01Fixes #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-25Refs #2538: Functions don't need double-namespacingewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8479 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-23Fixes #2976: Removed second toggler implementationewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8445 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-22Added 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-20Removing more debug code.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8355 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-20Removing debug code from previous.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8354 36083f99-b078-4883-b0ff-0f9b5a30f544