aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)Author
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
2011-02-20Fixes #2947: User hover menu attached to body and shows regardless of overflow.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8353 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19elgg.action() now supports full URLs.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8342 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19elgg.normalize_url() JS does the same as elgg_normalize_url() PHP.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8339 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19Avatar menus use live() so they'll work with content inserted into the dom.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8333 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19Pulled the confirm link output view's JS into elgg.us. Any links with ↵brettp
elgg-requires-confirmation will get a confirm box with the title of the anchor tag as the question, or the default "Are you sure?" if that doesn't exist. git-svn-id: http://code.elgg.org/elgg/trunk@8310 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19Fixes #2753: Default widgets merged into core as extensible admin section ↵brettp
and updated to work with new widgets. Will need an upgrade for users running the old default widgets in 1.7. git-svn-id: http://code.elgg.org/elgg/trunk@8302 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Added stub for page owners in elgg.jsbrettp
git-svn-id: http://code.elgg.org/elgg/trunk@8299 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-15Refs #2102: addressing more userpicker/autocomplete bugsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8246 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-15Replaced all occurrences of register_page_handler in core with ↵ewinslow
elgg_register_page_handler git-svn-id: http://code.elgg.org/elgg/trunk@8244 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-15Refs #2102: Replace input/userpicker with jQuery UI autocompleteewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8242 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Refs #2102: Replaced input/autocomplete with jQuery UI autocomplete (untested)ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8240 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14No need for double-namespacing of javascript functionsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8235 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Fixes #2902: Added elgg-toggler pattern.ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8228 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-08Refs #2543: Updated trunk mods and views to use the new functions from ↵brettp
previous 2 commits. git-svn-id: http://code.elgg.org/elgg/trunk@8079 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-08updates for the admin css based on the reworking I did to the htmlcash
git-svn-id: http://code.elgg.org/elgg/trunk@8067 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-08more tweaking of css - menu and general clean upcash
git-svn-id: http://code.elgg.org/elgg/trunk@8064 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-06more css/html improvements - added .elgg-table and a featured modulecash
git-svn-id: http://code.elgg.org/elgg/trunk@8043 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-05Fixes #2559 refs #2475 added ElggEntity:getIconURL() and ↵cash
elgg_view_entity_icon() git-svn-id: http://code.elgg.org/elgg/trunk@8039 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-05cleaned up hover menucash
git-svn-id: http://code.elgg.org/elgg/trunk@8027 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-26one too many parents in the widget collapse codecash
git-svn-id: http://code.elgg.org/elgg/trunk@7935 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-25converted widgets to modules cash
git-svn-id: http://code.elgg.org/elgg/trunk@7928 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-22limit the collapsible menus to page menuscash
git-svn-id: http://code.elgg.org/elgg/trunk@7901 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-05Refs #2770 - success messages are stoted is success array now in jsoncash
git-svn-id: http://code.elgg.org/elgg/trunk@7842 36083f99-b078-4883-b0ff-0f9b5a30f544