aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-14Views in the js/ directory should not contain <script> tagsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8238 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Saving avatar filename with user GUID instead of old-style username.nickw
git-svn-id: http://code.elgg.org/elgg/trunk@8237 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Removed unnecessary deprecated javascript functionewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8236 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14No need for double-namespacing of javascript functionsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8235 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Give the css preview a little more vertical breathing roomewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8234 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Refs #2610: Custom template handler for views now sent through call_user_funcewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8233 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Refs #2124: Adding backwards compatibility conversions for ↵ewinslow
internalname/internalid git-svn-id: http://code.elgg.org/elgg/trunk@8232 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Cleaned up views/default/page/ directoryewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8231 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Refs #2525: jQuery => 1.5, jQuery UI => 1.8.9ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8230 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14More cleanup of login/forms css -- converted login_dropdown to use ↵ewinslow
elgg-toggler pattern git-svn-id: http://code.elgg.org/elgg/trunk@8229 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Fixes #2902: Added elgg-toggler pattern.ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8228 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14remove some unused css from admin themecash
git-svn-id: http://code.elgg.org/elgg/trunk@8227 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Clearing caches in ElggBatch.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8226 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Cache handler won't serve up cached pages if caching is disabled. Refs ↵brettp
#2758: Added call to elgg_view_regenerate_simplecache() on cache misses if cache is enabled. Leaving #2758 open in case Cash has a better idea since he's more familiar with the simple cache changes. git-svn-id: http://code.elgg.org/elgg/trunk@8225 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Removed last of deprecated metadata calls in trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8224 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Updated trunk to use new annotation functions. Added checks for ↵brettp
annotations_* options vs annotation_* options because it's so easy to confuse. git-svn-id: http://code.elgg.org/elgg/trunk@8223 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Fixes #2918. Moved annotation/metadata delete functions from ElggUser to ↵brettp
ElggEntity. When deleted, entities now correctly delete metadata they own as well as metadata on them. Removed uses of deprecated functions. git-svn-id: http://code.elgg.org/elgg/trunk@8222 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14More fixes to annotations/metadata changes. Now all function support getting ↵brettp
via a metastring id. git-svn-id: http://code.elgg.org/elgg/trunk@8221 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Fixes #2914. Merged fix for r.time_created sorting to trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8220 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14getting rid of some warnings in theme previewcash
git-svn-id: http://code.elgg.org/elgg/trunk@8218 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Refs #2903 navigation updated for theme previewcash
git-svn-id: http://code.elgg.org/elgg/trunk@8217 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Removed accidental commit.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8216 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Refs #2912. Added checks for constraints in dangerous functions. Unit tests ↵brettp
no longer remove all metadata/annotations. git-svn-id: http://code.elgg.org/elgg/trunk@8215 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Refs #2903 moving theme preview into developers plugin - navigation and ↵cash
titles are broken git-svn-id: http://code.elgg.org/elgg/trunk@8214 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13Deprecated ElggEntity->clearMetadata() by ElggEntity->deleteMetadata(). ↵brettp
Disabling entities now disables their annotations and metadata. Enabling entities enables annotations and metadata. Fixes #1115. git-svn-id: http://code.elgg.org/elgg/trunk@8213 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13If using a callback in ElggBatch, make sure there's an initial value to return.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8212 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13Allowing metastrings_type for metastring-based object functions.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8211 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13added tabs to admin themecash
git-svn-id: http://code.elgg.org/elgg/trunk@8210 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13updates externalpages to 1.8cash
git-svn-id: http://code.elgg.org/elgg/trunk@8209 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13Removed worthless function from previous commit.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8208 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13Refs #2907. DRY'd up and abstracted out a lot of metadata / annotation ↵brettp
functions so I can implement #1115 with a clean conscious. git-svn-id: http://code.elgg.org/elgg/trunk@8207 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13swapping sitepages for externalpages since the external pages is easier to ↵cash
integrate into 1.8 . sitepages needs more work before it is ready for release (plus we would need an upgrade script) git-svn-id: http://code.elgg.org/elgg/trunk@8206 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13Refs #2301 demoting type:subtype warnings to noticescash
git-svn-id: http://code.elgg.org/elgg/trunk@8205 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13Fixes #2848 pulls user settings code out of actions into functions. We ↵cash
should investigate putting them in a library that is only loaded on demand git-svn-id: http://code.elgg.org/elgg/trunk@8204 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13user settings library is now user_settings.phpcash
git-svn-id: http://code.elgg.org/elgg/trunk@8203 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13documentation update for admin functionscash
git-svn-id: http://code.elgg.org/elgg/trunk@8202 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13admin menu uses weights for orderingcash
git-svn-id: http://code.elgg.org/elgg/trunk@8201 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13Additional checking in ElggBatch for valid key.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8200 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13Fixed #2218 finished up the encoding issues by turning of double encodingcash
git-svn-id: http://code.elgg.org/elgg/trunk@8199 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13categories are listed horizontallycash
git-svn-id: http://code.elgg.org/elgg/trunk@8198 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13Added ability to get results of callback function in ElggBatch.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8197 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13Fixed ElggBatch problems when specifying a limit of 0. Fixed a shoot ↵brettp
yourself in the foot situation if passing a dumb number to chunk size. git-svn-id: http://code.elgg.org/elgg/trunk@8196 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13Added ElggBatch class for more efficient batch operations on large sets of ↵brettp
Elgg* objects. git-svn-id: http://code.elgg.org/elgg/trunk@8195 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13added the footer analytics view for jscash
git-svn-id: http://code.elgg.org/elgg/trunk@8194 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13updated custom index for 1.8cash
git-svn-id: http://code.elgg.org/elgg/trunk@8193 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13Renamed signin to elgg-button-dropdownewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8192 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13Progress refactoring the login dropdown and login forms -- not quite there ↵ewinslow
yet, though Added another module: dropdown. git-svn-id: http://code.elgg.org/elgg/trunk@8191 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13moved custom_index back into corecash
git-svn-id: http://code.elgg.org/elgg/trunk@8190 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Updated docs for layout_objectsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8189 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #650. Replaced count_annotations().brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8188 36083f99-b078-4883-b0ff-0f9b5a30f544