aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-15Refs #3453 an implementation of creating the data directory. This capability ↵cash
is turned off due to security concerns. git-svn-id: http://code.elgg.org/elgg/trunk@9088 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14clean up installation input viewscash
git-svn-id: http://code.elgg.org/elgg/trunk@9087 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14fixed the width of text boxes for the installercash
git-svn-id: http://code.elgg.org/elgg/trunk@9086 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14on logout send the user to the main pagecash
git-svn-id: http://code.elgg.org/elgg/trunk@9085 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14Fixes #3446 password is not required anymore for installercash
git-svn-id: http://code.elgg.org/elgg/trunk@9084 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14fixed the double form submission code for the installercash
git-svn-id: http://code.elgg.org/elgg/trunk@9083 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14Fixes #3456 user/default now works much like the object/<subtype> views ↵cash
regarding the menu git-svn-id: http://code.elgg.org/elgg/trunk@9082 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14not using deprecated get_annotation/get_metadata functions in ↵cash
can_edit_extender() git-svn-id: http://code.elgg.org/elgg/trunk@9081 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14only display deprecation message if someone extends/overrides the deprecated ↵cash
tools view git-svn-id: http://code.elgg.org/elgg/trunk@9080 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14defined elgg_dev_tools:settings:explanationcash
git-svn-id: http://code.elgg.org/elgg/trunk@9079 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14fixes a php warning if no options are passed to input/dropdown viewcash
git-svn-id: http://code.elgg.org/elgg/trunk@9078 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14removed a deprecated function use in users libcash
git-svn-id: http://code.elgg.org/elgg/trunk@9077 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14fixed passing wrong parameters to input/userpicker (which is not currently ↵cash
functional) git-svn-id: http://code.elgg.org/elgg/trunk@9076 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14removed deprecated functions from these 3 pluginscash
git-svn-id: http://code.elgg.org/elgg/trunk@9075 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14improved documentation of elgg_register_action()cash
git-svn-id: http://code.elgg.org/elgg/trunk@9074 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14fixed page revisions url overridecash
git-svn-id: http://code.elgg.org/elgg/trunk@9073 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14improved documentation of elgg_register_extender_url_handler()cash
git-svn-id: http://code.elgg.org/elgg/trunk@9072 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14fixed php warning when no custom menu itemscash
git-svn-id: http://code.elgg.org/elgg/trunk@9071 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14fixed typo in the admin welcome widgetcash
git-svn-id: http://code.elgg.org/elgg/trunk@9070 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14sorting plugin categories before displaycash
git-svn-id: http://code.elgg.org/elgg/trunk@9069 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14Refs #2104 more category work for bundled pluginscash
git-svn-id: http://code.elgg.org/elgg/trunk@9068 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14Refs #2591 we were not logging inserts, updates, and deletes. Also logging ↵cash
was happening before formatting of the queries. All fixed in this commit. git-svn-id: http://code.elgg.org/elgg/trunk@9067 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-14made database query logging explicitly set to NOTICE levelcash
git-svn-id: http://code.elgg.org/elgg/trunk@9066 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-13Fixes #3439 forcing months to have leading zerocash
git-svn-id: http://code.elgg.org/elgg/trunk@9065 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-11Version bumpbrettp
git-svn-id: http://code.elgg.org/elgg/trunk@9059 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-09Pulled in Jeff's patch to fix the user picker.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9058 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-09Fixes 3426. Not using a horrible variable name and fixing the bug created by it.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9057 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-06Fixed wrapper for annotation calculations.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9056 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-29Made admin welcome widget a bit more semanticewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@9055 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-29comment typoewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@9054 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-29Bah, can't do thatewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@9053 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-29Deny all HTTP access to the engine directoryewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@9052 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-28hacking the 1.7 css for current twitter widget so it looks decent for ↵cash
screenshots git-svn-id: http://code.elgg.org/elgg/trunk@9051 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-28Refs #3358 fixed another instance where link_class should be used now due to ↵cash
changes in menu code git-svn-id: http://code.elgg.org/elgg/trunk@9050 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-28Fixes #3408. During token refresh, only touching hrefs that contain ↵brettp
__elgg_ts and __elgg_token to avoid changing selector-only hrefs since fragment-only hrefs are normalized by the browser. Not sure how this didn't show up until now. git-svn-id: http://code.elgg.org/elgg/trunk@9049 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-28Trying to increase probability that people will read the welcome widget by ↵cash
making the text shorter git-svn-id: http://code.elgg.org/elgg/trunk@9048 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-28Refs #3236 updated the button css so that disable plugin button looks like a ↵cash
button git-svn-id: http://code.elgg.org/elgg/trunk@9047 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-28activate messages plugin on installcash
git-svn-id: http://code.elgg.org/elgg/trunk@9046 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-28Refs #3236 removed elgg-states-* from admin css since it was overaggressivecash
git-svn-id: http://code.elgg.org/elgg/trunk@9045 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-28Refs #3236 cleaned up the widget css in admin areacash
git-svn-id: http://code.elgg.org/elgg/trunk@9044 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-28Refs #3358. Missed Tinymce's use of class for its menu.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9043 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-28Fixes #3326. Added CSS for inputs in admin area. No more tiny text fields!brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9042 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-28Fixed a problem with the ajax for deleting message board posts.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9041 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-28Removed unneeded else.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9040 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-28Fixes #3127. Normalizing the json returned by the ajax action handler. Doing ↵brettp
this in PHP. git-svn-id: http://code.elgg.org/elgg/trunk@9039 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-27Added very basic CSS for elgg-markdown in admin area.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9038 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-27Fixed possible WSOD for plugin text file page handler.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9037 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-27Fixed typo in search's readme.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9036 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-27Updated markdown to add support for === instead of just ### for headers. ↵brettp
Added upstream warning. git-svn-id: http://code.elgg.org/elgg/trunk@9035 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-27Updated search's readme to markdown.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9034 36083f99-b078-4883-b0ff-0f9b5a30f544