aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-11fixed copy and paste error in the topbar viewcash
git-svn-id: http://code.elgg.org/elgg/trunk@7595 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-10using all rather than everyone to be more consistentcash
git-svn-id: http://code.elgg.org/elgg/trunk@7594 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-10Refs #2317 starting create a css skin sub viewcash
git-svn-id: http://code.elgg.org/elgg/trunk@7593 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-10changed name of icon block to picture block in media object to avoid ↵cash
conflicts with elgg sprites git-svn-id: http://code.elgg.org/elgg/trunk@7592 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-10a few more adjustments to the page headercash
git-svn-id: http://code.elgg.org/elgg/trunk@7591 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-10finished clean up the header css (except for search box in search plugincash
git-svn-id: http://code.elgg.org/elgg/trunk@7590 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-10stage 1 of cleaning up page header csscash
git-svn-id: http://code.elgg.org/elgg/trunk@7589 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-10completed the topbar modificationscash
git-svn-id: http://code.elgg.org/elgg/trunk@7588 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-09Fixes #2724 fixed typo in riverdashboard CSScash
git-svn-id: http://code.elgg.org/elgg/trunk@7587 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-09Fixes #2726 applied zcho's patch to fix more errors from the "_" to "-" CSS ↵cash
conversion git-svn-id: http://code.elgg.org/elgg/trunk@7586 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-09Refs #1411: Can specify custom row callbacks with 'row_callback' options in ↵brettp
elgg_get_entities(). git-svn-id: http://code.elgg.org/elgg/trunk@7585 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-09topbar friends should be in core, not profile plugincash
git-svn-id: http://code.elgg.org/elgg/trunk@7584 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-09Fixes #2717 - fixing more errors introduced by my over aggressive renaming ↵cash
script - thanks to zcho and hellekin git-svn-id: http://code.elgg.org/elgg/trunk@7583 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-09Fixes #2721 fixed typo - thanks for the report!cash
git-svn-id: http://code.elgg.org/elgg/trunk@7582 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-09Refs #1411: Documentation fix.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@7581 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-09Refs #1411. Added ability to specify annotation time_created lower and ↵brettp
upper. Deprecated remaining get/list_entities_from/by_annotation*() functions. git-svn-id: http://code.elgg.org/elgg/trunk@7580 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-09cleaning up the topbar CSScash
git-svn-id: http://code.elgg.org/elgg/trunk@7579 36083f99-b078-4883-b0ff-0f9b5a30f544
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