aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-14rewrote the language caching - now not calling register_translations() if we ↵Cash Costello
can load the language data from cache
2012-06-14Fixes #4577: Transparency converted to white instead of blackSteve Clay
2012-06-13Merge pull request #2 from mrclay/4543_18_3Evan Winslow
More conservative fixes to 4543-entity-caching
2012-06-13Added entity caching to elgg_get_entities with workaround for recursive ↵Steve Clay
delete problem (#4568)
2012-06-12Fixes #4567 adds a wire post viewCash Costello
2012-06-12Merge pull request #228 from sembrestels/search-allCash Costello
Fixes #3583. Added hidden input in search box to add the &search_type=all...
2012-06-12fixes: blog title encoding issueJerome Bakker
2012-06-08Fixed invalid SQL caused by sorting an empty album.Brett Profitt
Also hiding slideshow and sort links for albums with no images.
2012-06-04fixed: uncaught exception in uservalidationbyemailJerome Bakker
2012-06-04fixed schedule link and all day form behaviourKevin Jardine
2012-06-02Fixes #4539 debrand ajax spinnerCash Costello
2012-06-02Fixes #4536 removes use of deprecated list_annotations() from pages pluginCash Costello
2012-06-02Fixes #4498 special check for admin pages that are throwing 404 errors - ↵Cash Costello
this won't be needed once we get rid of the admin context reminder. We may want to use the admin page shell for the 404 errors then.
2012-06-02Refs #4406 fixed grammar in error messageCash Costello
2012-06-02Merge pull request #193 from jeabakker/#4406Cash Costello
#4406: validate username for max chars
2012-06-02Merge pull request #207 from jeabakker/#4486Cash Costello
#4486: Group profile: sidebar members has pagination
2012-06-02fixed typo in categories pluginCash Costello
2012-06-02allow blog widget on dashboardCash Costello
2012-06-02fixed typo for friends activity stringCash Costello
2012-06-02Refs #4437 let the object/elements/summary view handle the tagsCash Costello
2012-06-02Fixes #4437 allowing plugins to pass tag HTML to the view ↵Cash Costello
object/elements/summary
2012-06-02renamed variable to cause less confusion with the arguments ↵Cash Costello
elgg_trigger_plugin_hook()
2012-06-02Merge pull request #190 from mrclay/patch-2Cash Costello
Patch for #4447
2012-06-02added 2 missing language strings for profile editing - thanks to webgalli ↵Cash Costello
for reporting these
2012-06-02Merge pull request #172 from ewinslow/river-externalize-jsCash Costello
Externalizes river JS
2012-06-02Fixes #2424 confirmation message when deleting multiple messagesCash Costello
2012-06-02Merge pull request #238 from mrclay/patch-6Cash Costello
Fixes #4480: Forward to REFERER after comment delete
2012-06-02Merge pull request #230 from sembrestels/avatar-revert1.8Cash Costello
Fixes #4396. Revert avatar also deletes avatar's files and crop coords now.
2012-06-02Merge pull request #237 from mrclay/4481_18Cash Costello
Fixes #4481: In can_edit_extender, correctly pass entity to permissions hook.
2012-06-02Refs #2411 removed <code> in warning as it was causing a display issue in ↵Cash Costello
server info table
2012-06-02Merge pull request #222 from mrclay/issue2411Cash Costello
Fixes #2411: Show message when upload exceeds PHP limits
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-05-29added click on calendar to preselect new event dateKevin Jardine
2012-05-29small fixesSteve Clay
2012-05-29added lightbox support for full calendar eventsKevin Jardine
2012-05-28Call elgg_register_simplecache_view('css/admin') to register admin css with ↵Jeff Tilson
simplecache
2012-05-25Added purity and habitorio themes.Sem
2012-05-25Changed purity => habitorio.Sem
2012-05-25Forking Lorea/purity_themeSem
Conflicts: graphics/elgg_sprites.png manifest.xml start.php views/default/css/elements/buttons.php views/default/css/elements/forms.php views/default/css/elements/helpers.php views/default/css/elements/layout.php views/default/css/elements/typography.php
2012-05-25Purity2 Theme by SocialApparatus.Sem
http://community.elgg.org/pg/plugins/project/874669/developer/sbarron/purity2-theme-for-elgg-18
2012-05-24changed time handling and added more suppport for event pollsKevin Jardine
2012-05-24Fixes #4543: Cache entities fetched with get_entity and elgg_get_entitiesEvan Winslow
2012-05-24Fixed subgroups.Sem
2012-05-20Merge branch '1.8' of git://github.com/Elgg/Elgg into lorea-preprodSem
2012-05-20Refs Elgg #4524. Let's have it for 1.8 in Lorea.Sem
2012-05-19Initial CommitMatt Beckett
2012-05-19Initial commitMatt Beckett
2012-05-18Fixes #4480: Forward to REFERER after comment deleteSteve Clay
2012-05-17Fixes #4481: In can_edit_extender, correctly pass entity to permissions ↵Steve Clay
hook. Also fixes missing attribute name in ProblemUpdatingMeta import exception.
2012-05-17Version bump. Updates CHANGES.txtEvan Winslow