aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/elgglib.php
AgeCommit message (Collapse)Author
2008-08-08Friendly titles no longer have more than one hyphen in a rowben
git-svn-id: https://code.elgg.org/elgg/trunk@1787 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-05Tweaked the way forwarding works.ben
git-svn-id: https://code.elgg.org/elgg/trunk@1721 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-05Log though will now not store a url relating to an action... it is now ↵marcus
possible to log in again if you are logged out! :D git-svn-id: https://code.elgg.org/elgg/trunk@1718 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-05Closes #196: Stores last forwarded page in session, this is used by logon to ↵marcus
forward page to correct location. Also fixed current_page_url() which was introducing a superfluous "/" before $_SERVER['REQUEST_URI'] git-svn-id: https://code.elgg.org/elgg/trunk@1712 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-05Fixes #202 : Listen to plugin hook 'entity:icon:url', which passes parameters:marcus
'entity' The entity 'viewtype' The view (eg 'default') 'size' The size (eg, large, tiny etc) You should return a url for the object's icon if you can.. otherwise return nothing at all. git-svn-id: https://code.elgg.org/elgg/trunk@1705 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-04Hidden viewtype toggle on search.ben
git-svn-id: https://code.elgg.org/elgg/trunk@1679 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-01Introducing the new pagesetup event.ben
git-svn-id: https://code.elgg.org/elgg/trunk@1652 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-01Introducing the consistent owner blockben
git-svn-id: https://code.elgg.org/elgg/trunk@1644 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-31Closes #151: Introducing getIcon($size)marcus
git-svn-id: https://code.elgg.org/elgg/trunk@1629 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-31Introducing elgg_get_view_location()marcus
git-svn-id: https://code.elgg.org/elgg/trunk@1626 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-30Lists of comments etc no longer display "none found" if there aren't any.ben
git-svn-id: https://code.elgg.org/elgg/trunk@1609 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-22Introducing the Friendable interfaceben
git-svn-id: https://code.elgg.org/elgg/trunk@1490 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-18Moved container_guid to entities, modified a bunch of functions.ben
git-svn-id: https://code.elgg.org/elgg/trunk@1473 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-16Closes #157: Introducing elgg_[get|set]_viewtype()marcus
git-svn-id: https://code.elgg.org/elgg/trunk@1443 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-16Closes #158: Renamed $location to $view_location within elgg_view. This ↵marcus
seems to be a successful workaround. git-svn-id: https://code.elgg.org/elgg/trunk@1439 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-11The lists now go through the search/entity_list view.ben
git-svn-id: https://code.elgg.org/elgg/trunk@1407 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-10elgg_view_title can now suppress the submenuben
git-svn-id: https://code.elgg.org/elgg/trunk@1393 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-10Added a plugin hook for counting comments.ben
git-svn-id: https://code.elgg.org/elgg/trunk@1390 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-10Fixes #134: Using else between statements to ensure that they are only ever ↵marcus
triggered once. Please confirm that there are no other issues attached. git-svn-id: https://code.elgg.org/elgg/trunk@1387 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-09Fixed comments!ben
git-svn-id: https://code.elgg.org/elgg/trunk@1382 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-09Fixed submenu tab contextsben
git-svn-id: https://code.elgg.org/elgg/trunk@1381 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-09Fixed minor profile tab issueben
git-svn-id: https://code.elgg.org/elgg/trunk@1374 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-09Introducing the submenuben
git-svn-id: https://code.elgg.org/elgg/trunk@1371 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-09Refs #81: Subtype can be returned on a non-saved entity.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@1363 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-09Added a comment hook so that other plugins can handle comments insteadben
git-svn-id: https://code.elgg.org/elgg/trunk@1362 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-08Removing annoying warning messagesben
git-svn-id: https://code.elgg.org/elgg/trunk@1328 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-07Fixed friendly_timeben
git-svn-id: https://code.elgg.org/elgg/trunk@1305 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-03Collection to group, refs #106marcus
git-svn-id: https://code.elgg.org/elgg/trunk@1271 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-01Limits properly propagate to the pagination views.ben
git-svn-id: https://code.elgg.org/elgg/trunk@1245 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-01Moved navigation/gallery to search/gallery, which makes more sense.ben
git-svn-id: https://code.elgg.org/elgg/trunk@1217 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-30Gallery vs list view, first commitben
git-svn-id: https://code.elgg.org/elgg/trunk@1212 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-27Introducing friendly_titleben
git-svn-id: https://code.elgg.org/elgg/trunk@1192 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-27Bug fix for previous.ben
git-svn-id: https://code.elgg.org/elgg/trunk@1188 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-27Introducing elgg_count_commentsben
git-svn-id: https://code.elgg.org/elgg/trunk@1187 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-27Brought generic comments into Elgg coreben
git-svn-id: https://code.elgg.org/elgg/trunk@1185 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-27Caching datalists. Refs #101marcus
git-svn-id: https://code.elgg.org/elgg/trunk@1178 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-27Added a 'display full view' parameter to all of the listings functionsben
git-svn-id: https://code.elgg.org/elgg/trunk@1170 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-27Introducing elgg_view_listingben
git-svn-id: https://code.elgg.org/elgg/trunk@1169 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-24Minor fix to elgg_view_entity where ElggEntities are subclassedben
git-svn-id: https://code.elgg.org/elgg/trunk@1106 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-24Introducing elgg_view_titleben
git-svn-id: https://code.elgg.org/elgg/trunk@1096 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-23You can now get a Javascript version of any entityben
git-svn-id: https://code.elgg.org/elgg/trunk@1069 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-22Introducing the annotation listing functions.ben
git-svn-id: https://code.elgg.org/elgg/trunk@1047 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-22Introducing elgg_view_annotationben
git-svn-id: https://code.elgg.org/elgg/trunk@1046 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-20Closes #60: Enable/disable plugins on a site by site basis marcus
http://trac.elgg.org/elgg/ticket/60 git-svn-id: https://code.elgg.org/elgg/trunk@1021 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-20Bugfixes on privileged code execution.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@1020 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-19Automatic RSS feeds!ben
git-svn-id: https://code.elgg.org/elgg/trunk@1011 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-19Ref #57marcus
git-svn-id: https://code.elgg.org/elgg/trunk@993 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-19Minor change to the navigation placement on list view.ben
git-svn-id: https://code.elgg.org/elgg/trunk@985 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-18Speculative fix for mac installmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@977 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-06-18Interface tweak when no results are found.ben
git-svn-id: https://code.elgg.org/elgg/trunk@966 36083f99-b078-4883-b0ff-0f9b5a30f544