aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-20Fixes #4456: Filter more IDEs/OS junk in .gitignoreSteve Clay
2012-04-20Fixes #4447: Error handler takes type hint violations seriouslySteve Clay
2012-04-18Fixes #4291. Removing the unique index on user and site guids in the users_ap...Brett Profitt
2012-04-18Fixes #1301. Not filtering passwords.Brett Profitt
2012-04-18fixes #4406: validate username for max charsJerome Bakker
2012-04-18fixes #3405 Memcache: fault in contructor can cause site to go intoJerome Bakker
2012-04-18Simplified video dimensions take.Sem
2012-04-17Merge pull request #1 from mrclay/masterSem
2012-04-17Fixes #4432: Do not escape ORDER BY/GROUP BY clauses in elgg_get_entitiesSteve Clay
2012-04-17Fixes #4414: Corrected name of river friend create viewSteve Clay
2012-04-17Fixes #4413: Removes deprecated call to get_loggedin_userSteve Clay
2012-04-15Removes superfluous array declarationEvan Winslow
2012-04-13Fixed incorrect error message when saving an image without a title.Brett Profitt
2012-04-13Fixes #27. Removing limit for batch edit form.Brett Profitt
2012-04-13Fixes #25. Replaced deprecated calls to getObjectOwnerGuid with getOwnerGuid.Brett Profitt
2012-04-13Using the original file name for photo title if none is specified.Brett Profitt
2012-04-13Fixed ajax uploading for walled garden users.Brett Profitt
2012-04-13Elgg multisite enabled.Sem
2012-04-13added support for event polls (needs the event_poll plugin)Kevin Jardine
2012-04-10Allow plugins to alter video dimensions.Steve Clay
2012-04-10Don't try to load null when there's no thumbnail URLSteve Clay
2012-04-10Remove redundant videotype from parseUrl return arraySteve Clay
2012-04-10Remove filtering on URL inputSteve Clay
2012-04-10Handle shortened Youtube URLsSteve Clay
2012-04-10Move URL preprocessing to hookSteve Clay
2012-04-09fix for users who paste from Chrome's address bar (sometimes leaves off URL s...Steve Clay
2012-04-09fix for ampersands getting HTML-escaped in URLsSteve Clay
2012-04-09switched to platform classes. see https://github.com/Elgg/videolist/issues/4Steve Clay
2012-04-09Removed deprecated call, unused variableSteve Clay
2012-04-09More PHPDoc comments and @var declarations to help IDE comprehensionSteve Clay
2012-04-06Fixes invalid SQL when viewing an empty album.Brett Profitt
2012-04-06Started adding back quota support.Brett Profitt
2012-04-05Merge branch 'file_general_type_hook' of github.com:lorea/ElggSem
2012-04-05Fixes #4395: Register group profile title buttons earlierIsmayil Khayredinov
2012-04-04fixed js date function callKevin Jardine
2012-04-04filter menu now changes for logged out usersKevin Jardine
2012-04-04hide entity_admins bit if the entity_admins plugin is not activeKevin Jardine
2012-04-03major changes to add new features, including a full calendar and repeating ev...Kevin Jardine
2012-03-26Merge pull request #177 from ewinslow/icon-fixesEvan Winslow
2012-03-26Fixes #4419: Pages icons now work with all sizesEvan Winslow
2012-03-26Refs #1279: Specifying image dimensions in icon/default view.Evan Winslow
2012-03-22Fixed deprecated use of get_annotation().Brett Profitt
2012-03-21Fixes #23. Added a menu item for setting the cover image.Brett Profitt
2012-03-19full calendar click to view, time system revampKevin Jardine
2012-03-16Fixes #14. Fixed uploadify.Brett Profitt
2012-03-16Fixes #21, #22. Using TidypicsAlbum->viewImages() instead of tidypics_list_ph...Brett Profitt
2012-03-15Fixes #4394. Added cron and services URLs to the default public pages list fo...Brett Profitt
2012-03-15added full calendar drag and dropKevin Jardine
2012-03-15end date and time now also stored properly as GMTKevin Jardine
2012-03-13event times are now supported by defaultKevin Jardine