aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)Author
2013-08-09Fixes #5898. Fixed selector for finding the only friends checkbox.Brett Profitt
2013-06-19Fix ElggLibTest.prototype.testParseStrSteve Clay
2013-06-19style fixesSteve Clay
2013-06-19Fixes #5647 - Corrects handling of plus sign in elgg.parse_strPaweł Sroka
2013-06-14elgg.session.cookie() again handles missing options.expiresSteve Clay
2013-06-08Fixes elgg.session.cookie() support of Date() for expiresSteve Clay
2013-04-14Refs #5335 added unit test for underscore in relative path for JS url ↵cash
normalization
2013-03-31Fixes #3754: Language JS views send cache headers and support conditional getSteve Clay
2013-03-10fixing line endingscash
2013-03-05fixed token refresh interval - introduced during development for this releasecash
2013-02-23Fixes #4997 stop requesting a token after a failed requestcash
2013-02-23Fixes #4971 serving languages from ajax page handler rather than simplecache ↵cash
(which cannot handle languages)
2013-01-26Fixes #4956 language unit tests pass againcash
2012-12-17Fixes #4963, refs #4847. Error messages don't automatically fade.Brett Profitt
2012-11-26Fixes #4927 - Removes obsolete commas in JS code for IE7 compatibilityPaweł Sroka
2012-10-19Added special checks for mailto: in elgg_normalize_url() and ↵Brett Profitt
elgg.normalize_url().
2012-08-10Fixes #4037. Internationalize datepicker.Sem
2012-07-14Fixes #4661 not showing access on widgets loaded through ajax if the layout ↵Cash Costello
does not show access
2012-06-29Merge pull request #256 from migrax/fix_js_default_lang1.8Cash Costello
Fixes #4648 sets correct default javascript language
2012-06-27Fixes #4607 - Adds confirmation on widget deletionMatt Beckett
2012-05-31Respect site default language from javascript elgg_echoMiguel Rodríguez Pérez
The current implementation hardcoded 'en' as the site default language. This patch uses the site's configure default language as the default one.
2012-03-04Pulls river js out into external fileEvan Winslow
2012-01-08Fixes #4192 making the bottom of widget columns equal rather than heightCash Costello
2011-12-23Fixes #4186 restricting the drag handle for widgetsCash Costello
2011-12-18Refs #4192 adds proper 'px' to minHeight but does not solve the issuecash
2011-12-18Merge pull request #115 from hypeJunction/widgets_menucash
2011-12-18Fix #4200: Converting widgets controls into an elgg menuIsmayil Khayredinov
2011-12-15Fixes #4214 added missing dependency for userpickerCash Costello
2011-12-08Fixes #3181 caching language js on server side with proper headerscash
2011-12-07simplified the JavaScript for deleteing a widgetCash Costello
2011-11-18Fixes #4093 making sure elgg.page_owner is definedcash
2011-11-15atleast renaming the ui js libsCash Costello
2011-11-10Fixes #4010 not sending naked query strings into add ajax tokens and also ↵cash
fixed a few related bugs in JavaScript
2011-11-05Fixes #4057 updates jQuery version to 1.6.4cash
2011-11-05Fixes #3976 fixed unit tests for normalizing urls and standardized the code ↵cash
from the previous merge
2011-11-05Merge pull request #88 from sembrestels/t3976Cash Costello
Refs #3976. Implements the fix for #3747 from PHP in elgg.normalize_url() js function.
2011-11-05Changed default port to a common one found in tutorials. Let me know if this ↵cash
is an issue. Also added intructions for running the unit tests.
2011-11-03updated jsTest configuration for new jQuery and hooks libraryCash Costello
2011-11-03Fixes #4051 - fixes security token unit test and language unit testsCash Costello
2011-11-03Fixes #4034 now using approach that exists in IE to find elements in an ArrayCash Costello
2011-11-03Refs #4051 hooks trigger function was returning undefined when it should ↵Cash Costello
have been returning true
2011-11-03Refs #4051 insert also needed to check for undefined prioritiesCash Costello
2011-11-03Refs #4051 fixed insert for case when priority is set to 0Cash Costello
2011-11-03Refs #4051 fixed bad unit test for ElggPriorityList.insertCash Costello
2011-11-03Fixes #3976. elgg.normalize_url() js function has the fix in #3747.Sem
2011-11-01Fixes #4022 made JS lib a little more consistentcash
2011-11-01added semi-colons after function expressionscash
2011-11-01Fixes #4007 merged in sembrestels fix for ElggUser.isAdmin but used ↵cash
prototype instead of extending object in constructor
2011-10-29Fixes #4010, refs #3927. Fixed elgg.security.addToken() to work with query ↵Brett Profitt
strings, relative URLs, and full URLs.
2011-10-28Fixes #4012 when using a timestamp with input/date, return UTC time rather ↵Cash Costello
than local time