aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-09Refs #1411. Added elgg_get_entities_from_annotation_calculation(). ↵brettp
Deprecated get_entities_from_annotations_count() and get_entities_from_annotation_calculate_x(). elgg_get_entities_from_annotations() now runs through egef_metadata() for backward compatibility support. git-svn-id: http://code.elgg.org/elgg/trunk@7578 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-09added ability to include pagination before and after a listcash
git-svn-id: http://code.elgg.org/elgg/trunk@7577 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-09fixed pagination for annotations due to changes in viewscash
git-svn-id: http://code.elgg.org/elgg/trunk@7576 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-09DRY'd up elgg_get_entities() where clause helper functions. Added ability ↵brettp
to specify guids in elgg_get_entity*() functions. git-svn-id: http://code.elgg.org/elgg/trunk@7575 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-09Refs #2317 pulled more css out into sub viewscash
git-svn-id: http://code.elgg.org/elgg/trunk@7574 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-09Updated pagination to use semantic htmlcash
git-svn-id: http://code.elgg.org/elgg/trunk@7573 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-09forgot this file in the commit where the ajax loader graphics view is movedcash
git-svn-id: http://code.elgg.org/elgg/trunk@7572 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-08Added ability to check for empty string in elgg_get_array_value().brettp
git-svn-id: http://code.elgg.org/elgg/trunk@7571 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-08Fixed a bug that wouldn't let you specify multiple selects in get_entities().brettp
git-svn-id: http://code.elgg.org/elgg/trunk@7570 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-08Refs #1411. Deprecated get_entities_by_relationship_count() and ↵brettp
list_entities_by_relationship_count(). git-svn-id: http://code.elgg.org/elgg/trunk@7569 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-08Removed the silly things I was doing in the egef_relationship_count() test.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@7568 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-08removed empty ajax views directorycash
git-svn-id: http://code.elgg.org/elgg/trunk@7567 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-08moved ajax loader into the graphics view directorycash
git-svn-id: http://code.elgg.org/elgg/trunk@7566 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-08changed css/components to css/elementscash
git-svn-id: http://code.elgg.org/elgg/trunk@7565 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-08using the generic .elgg-inner class on topbar, header, and footercash
git-svn-id: http://code.elgg.org/elgg/trunk@7564 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-08D'oh. Re-enabled the other getter unit tests.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@7563 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-08Refs #1411: Added elgg_get_entity_from_relationship_count().brettp
git-svn-id: http://code.elgg.org/elgg/trunk@7562 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-08comment views have been movedcash
git-svn-id: http://code.elgg.org/elgg/trunk@7561 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-08Fixes #2189 created the object/list view with semantic markupcash
git-svn-id: http://code.elgg.org/elgg/trunk@7560 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-08reorganized the page views as discussedcash
git-svn-id: http://code.elgg.org/elgg/trunk@7559 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-08removed unused viewtype jscash
git-svn-id: http://code.elgg.org/elgg/trunk@7558 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-08removed /views/default/content since its views were moved into layoutcash
git-svn-id: http://code.elgg.org/elgg/trunk@7557 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-08moved a few elements to layout from pagecash
git-svn-id: http://code.elgg.org/elgg/trunk@7556 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-08moved content views into layout/shells/contentcash
git-svn-id: http://code.elgg.org/elgg/trunk@7555 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-07Refs #2700 fixed another stray conversion in riverdashboardcash
git-svn-id: http://code.elgg.org/elgg/trunk@7554 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-07reorganized the layout viewscash
git-svn-id: http://code.elgg.org/elgg/trunk@7553 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-07Refs #2220. Check that an autoload class is registered before trying to ↵brettp
include it. git-svn-id: http://code.elgg.org/elgg/trunk@7552 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-07Removed leading _ in private var names.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@7551 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-06Renamed 'elgg' manifest requirment to 'elgg_version' to be more in line with ↵brettp
the current options. Removed assignments in if statements. 1.7 manifest files properly show elgg_version as a requirement. git-svn-id: http://code.elgg.org/elgg/trunk@7550 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-06completing previous commitcash
git-svn-id: http://code.elgg.org/elgg/trunk@7549 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-06cleaned up system messages display codecash
git-svn-id: http://code.elgg.org/elgg/trunk@7548 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-06removing unused viewscash
git-svn-id: http://code.elgg.org/elgg/trunk@7547 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-06added more options to module viewcash
git-svn-id: http://code.elgg.org/elgg/trunk@7546 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-06missed this file from previous comment commitcash
git-svn-id: http://code.elgg.org/elgg/trunk@7545 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-06comments use the media view nowcash
git-svn-id: http://code.elgg.org/elgg/trunk@7544 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-06Fixed minor display issues with blog breadcrumbs and also the archives pagecash
git-svn-id: http://code.elgg.org/elgg/trunk@7543 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-05rewrote breadcrumbscash
git-svn-id: http://code.elgg.org/elgg/trunk@7542 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-05changed "my friends" to "friends"cash
git-svn-id: http://code.elgg.org/elgg/trunk@7541 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-05blog plugin now uses the new elgg_view_form() functioncash
git-svn-id: http://code.elgg.org/elgg/trunk@7540 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-05Fixes #2616 Adds Evan's view form convenience functioncash
git-svn-id: http://code.elgg.org/elgg/trunk@7539 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-05added a convience function for the media content pattern - is ↵cash
elgg_view_media() a good name? git-svn-id: http://code.elgg.org/elgg/trunk@7538 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-05changed img | body media element to icon | bodycash
git-svn-id: http://code.elgg.org/elgg/trunk@7537 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-05moved the view functions around so that they are grouped together by functioncash
git-svn-id: http://code.elgg.org/elgg/trunk@7536 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-05Clean-up of the blog plugin - now using urls from 1.7.5cash
git-svn-id: http://code.elgg.org/elgg/trunk@7535 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-05fixed bug in uservalidationbyemail permissions hook handler - was giving ↵cash
everyone permission to everything git-svn-id: http://code.elgg.org/elgg/trunk@7534 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-04forgot to include language string for previous commitcash
git-svn-id: http://code.elgg.org/elgg/trunk@7533 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-04Fixes #2519 we can now register and load php libraries - blog plugin is ↵cash
using this git-svn-id: http://code.elgg.org/elgg/trunk@7532 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-04object/blog view uses new media view - needs some clean upcash
git-svn-id: http://code.elgg.org/elgg/trunk@7531 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-04welcome to the new media view - it is being used in the new latest comments ↵cash
module git-svn-id: http://code.elgg.org/elgg/trunk@7530 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-04using classes for page level divscash
git-svn-id: http://code.elgg.org/elgg/trunk@7529 36083f99-b078-4883-b0ff-0f9b5a30f544