aboutsummaryrefslogtreecommitdiff
path: root/mod
AgeCommit message (Collapse)Author
2012-10-09Added Elggman as plugin.Sem
2012-10-09Added Threads as plugin.Sem
2012-10-09Added Event Calendar as plugin.Sem
2012-10-09Added N1 Theme as plugin.Sem
2012-10-04only present a reply button when the message can be replied toMatt Beckett
2012-10-03Merge branch '1.8' of git://github.com/Elgg/Elgg into lorea-preprodSem
2012-10-03check for correct page_owner to prevent unwanted access to the pageJeroen Dalsem
2012-10-03fixed incomplete forward urlJeroen Dalsem
2012-10-03show search query in input fieldJeroen Dalsem
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-28Merge branch '1.8' of git://github.com/Elgg/Elgg into lorea-preprodSem
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-26forward 1.7 group profile urls to correct destination in 1.8Matt Beckett
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-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-20fixes #4818 - generates unique rel attribute to prevent gallery navigation ↵Matt Beckett
on embed lightbox content
2012-08-19Updated tasks to 1.8-rc.Sem
2012-08-16Fixed theme preview.Sem
2012-08-08Updated tasks.Sem
2012-08-07Added tasks module (beta version).Sem
2012-08-06Fixes #4792. Now blog author is who appears in the river.Sem
2012-08-05Fixes #4773. Added alt attribute in page icons.Sem
2012-08-04Updated lightpics since it have a WSOD critical bug.Sem
2012-08-04Added colorbox module.Sem
2012-08-04Merge branch 'translations-fallback-js' of git://github.com/sembrestels/Elgg ↵Sem
into lorea-preprod Conflicts: mod/developers/views/default/theme_preview/grid.php
2012-08-04Added lightpics beta plugin.Sem
2012-07-28Merge remote-tracking branch 'sem/thewire-js-php' into 1.8Evan Winslow
2012-07-28Fixes #3294. Erased php code in thewire javascript file and moved character ↵Sem
couner warning text style to css file.
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-20Added tinymce languages.Sem
2012-07-20Infinite scroll is 0.4 yet.Sem
2012-07-20Videolist still is beta3.Sem
2012-07-20Merge branch 'lorea-preprod'Sem
Conflicts: .gitmodules
2012-07-20Added river_privacy plugin. Thank you Matt.Sem
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-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-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
2012-07-13Merge pull request #318 from sembrestels/handle-allCash Costello
Fixes #4687. Handle URLs on plugins that include only handler name.
2012-07-13Fixes #4687. Handle URLs on plugins that include only handler name.Sem
2012-07-11Fixes #4381. Group edit form made sticky.Sem
2012-07-11Merge tag '1.8.8' of git://github.com/Elgg/Elgg into lorea-preprodSem
Elgg 1.8.8 release Conflicts: js/lib/languages.js
2012-07-10Fixes #4690 fixes deprecation warningcash
2012-07-10Prevent inserting duplicated tagsMiguel Rodríguez Pérez
When htmlawed_tag_post_processor gets called, we check $attributed to be passed. If it is not, then it is a closing tag. Return it without further processing.