aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-15Refs #4904. Checking if page has segments before using them.Sem
2012-11-06Refs #4904. Forwarding pre and post-1.7.5 blog urls.Sem
2012-11-05Fixes #4904. Elgg 1.7 group blog RSS links forward correctly now.Sem
2012-09-23Merge pull request #328 from beck24/#4725-embed-file-formSteve Clay
Fixes #4725 - embed form on file upload textarea removes file upload form
2012-08-27Refs #4381. Cleanup for group sticky forms.Brett Profitt
Moved logic out of view into groups_prepare_form_vars(). Made group tool options sticky.
2012-08-26Merge pull request #360 from beck24/#4794-fix-river-comment-upgradeEvan Winslow
Fixes #4794: Upgrade script no longer creates faulty river comment entries
2012-08-26Merge pull request #349 from sembrestels/river-delete-validateEvan Winslow
Fixes #4774. Added tokens insted is_action param in delete river menu item.
2012-08-26Merge pull request #355 from sembrestels/img-altEvan Winslow
Fixes #4773. Added alt attribute in page icons.
2012-08-26Merge pull request #359 from sembrestels/blog-draft-ownerEvan Winslow
Fixes #4792. Now blog author is who appears in the river.
2012-08-26Merge pull request #362 from sembrestels/datepicker-i18nEvan Winslow
Datepicker i18n
2012-08-25Merge pull request #367 from beck24/embed-fancybox-navigationEvan Winslow
Fixes #4818: Generates unique rel attribute to prevent gallery navigation on embed lightbox content.
2012-08-25Fixed @return doc on elgg_extractSteve Clay
2012-08-22Merge branch 'steve-4543' into 1.8Steve Clay
2012-08-22Refactored for claritySteve Clay
2012-08-20fixes #4818 - generates unique rel attribute to prevent gallery navigation ↵Matt Beckett
on embed lightbox content
2012-08-17Merge pull request #357 from sembrestels/cdataSteve Clay
Fixes #4786. Adds a CDATA structure in the script tag in the head.
2012-08-10Fixes #4037. Internationalize datepicker.Sem
2012-08-10Added jQuery-ui i18n files.Sem
2012-08-07fixes river upgrade for commentsMatt Beckett
2012-08-06Fixes #4792. Now blog author is who appears in the river.Sem
2012-08-06Fixes #4786. Adds a CDATA structure in the script tag in the head.Sem
2012-08-05Merge pull request #356 from sembrestels/cols-n-rowsSteve Clay
Fixes #4772. "cols" and "rows" attributes requiried in textareas.
2012-08-05Fixes #4772. "cols" and "rows" attributes requiried in textareas.Sem
2012-08-05Fixes #4773. Added alt attribute in page icons.Sem
2012-08-02Fixed doc for plugins/usersettings/save actionSteve Clay
2012-08-02Fixed doc for plugins/settings/save actionSteve Clay
2012-07-31Fixes #4774. Added tokens insted is_action param in delete river menu item.Sem
2012-07-28Merge remote-tracking branch 'sem/input-text-space' into 1.8Evan Winslow
2012-07-28Merge remote-tracking branch 'sem/thewire-js-php' into 1.8Evan Winslow
2012-07-28Fixes #4740. Added language fallback in javascript.Sem
2012-07-28Fixes #3294. Erased php code in thewire javascript file and moved character ↵Sem
couner warning text style to css file.
2012-07-26Fixes #4765. Removed space in input/text view.Sem
2012-07-24Better grid previewEvan Winslow
2012-07-21Fixes #4750: Supporting both id and guid arguments for likes/deleteEvan Winslow
2012-07-21Revert "Fixes #4606 made unlike code consistent and functional"Evan Winslow
This reverts commit e3222535a07e39ffe506eb9688db515798ebf2a4.
2012-07-17Fixes #4725 - no longer removes file upload form outside of embed lightbox, ↵Matt Beckett
no longer hangs on throbber when the form returns an error.
2012-07-16Fixes #4621 adds warning to remove_subtype()Cash Costello
2012-07-16Merge pull request #306 from sembrestels/limited-groupsCash Costello
Limited groups
2012-07-16Merge pull request #304 from sembrestels/donate-manifestCash Costello
Code, Report issue and Donate links in manifest
2012-07-16don't want to go overboard in asking for donationsCash Costello
2012-07-16added URL to the other new method namesCash Costello
2012-07-14Fixes #4661 not showing access on widgets loaded through ajax if the layout ↵Cash Costello
does not show access
2012-07-14Fixes #3817 cleans up advanced settings formCash Costello
2012-07-14Fixes #4705 validate view typeCash Costello
2012-07-14Refs #4004 decided to downgrage missing language keys to NOTICE for all ↵Cash Costello
languages. The plugin categories were causing problems at the WARNING level. This will be more useful when we move db queries off NOTICE
2012-07-14Merge pull request #305 from sembrestels/elgg_echo_logCash Costello
Fixes #4004. elgg_logging when a language key is missing.
2012-07-14added .elgg-text-help to admin themeCash Costello
2012-07-14Merge pull request #321 from beck24/#3240-sticky-categoriesCash Costello
Fixes #3240 - makes categories sticky
2012-07-14Fixes #4691 not passing name to the form since not validCash Costello
2012-07-14Fixes #3240 - makes categories stickyMatt Beckett