aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-09-10Closes #349: We need to improve detect_extender_valuetypemarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2072 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-10Closes #348: Thanks for the patch!marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2071 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-10Closes #339 : Italian alpha core language pack applied. Thanks for the ↵marcus
contribution! git-svn-id: https://code.elgg.org/elgg/trunk@2070 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-10Improved language completeness algorithm.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2069 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-09Closes #342: Thanks for the updates!marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2068 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-09Minor tweak: Only shows percentage on things less than 100% completemarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2067 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-09Some language helper tools.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2066 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-09Closes #338: You're quite right, this is was an error on our part. Nice spot!marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2065 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-09Introducing: Admin only translation "completeness" helper.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2064 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-08Preliminary spanish translationmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2063 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-08Refs #172: Removed line endings on spec. marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2062 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-08Closes #298: Thankyou for your contribution!marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2061 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-08Closes #300: Thanks for the translation!marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2060 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-08Closes #320: Filled in missing translationsmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2059 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-07Fixes 334: Radio buttons were part of the problem, label and option were the ↵marcus
wrong way round (compare with input/checkboxes). Second part of the problem was actually with views/default/notifications/settings/usersettings.php, where the value of the field was incorrectly being extracted from the settings array. Thanks for the spot! git-svn-id: https://code.elgg.org/elgg/trunk@2058 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-06Closes #327: Thanks for the pointer. In the end I modified the fix from the ↵marcus
patch you sent, it still uses get but the generated token should make a CSRF attack much harder. git-svn-id: https://code.elgg.org/elgg/trunk@2057 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-06Fixes #332: Added tokens and action_gatekeeper()marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2056 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-06Fixes #330: I implemented the changes you suggested (except for quotes ↵marcus
around the table name). What problems did you encounter? git-svn-id: https://code.elgg.org/elgg/trunk@2055 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-06Refs #331: Trying this again...marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2054 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-06Closes 331: Removed fixed string in translation. Thanks for the spot!marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2053 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-02Set default db to UTF 8... for what it's worth.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2052 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-01Closes #305marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2051 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-01Fixes #244marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2050 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-01Fixes the regression introduced by [2023]marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2049 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-01Additional per-session random token, additional randomness protection ↵marcus
against CSRF. Report problems. git-svn-id: https://code.elgg.org/elgg/trunk@2048 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-31Some session fingerprinting code. Requires user agent to be consistent ↵marcus
across requests. git-svn-id: https://code.elgg.org/elgg/trunk@2047 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-31Regenerates session ID on user login. This helps prevent some hijacking attacks.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2046 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-31Minor tweak, logout now calls session_destroy()marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2045 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-28Closes #313, Fixes #274: Resolved strange OSX language file browsing, ↵marcus
including speculative windows fix. Thanks for the patch! git-svn-id: https://code.elgg.org/elgg/trunk@2044 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-26Closes #304: Thanks for the patch!marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2043 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-26Fixes #275: Thanks for the report!marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2042 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-26Minor tweak to basic stats to clarify number of users in the system.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2041 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-25Closes #254: If mb_string is installed then internationalised usernames are ↵marcus
supported in file system. Because of this I have raised mbstring from recommended to a (non-fatal) core requirement. Because of the lack of a unicode ctype_alnum function the validation occurs at username input. Because of this I have improved the user registration code: This code now validates for special chars etc in the username. I have also introduced the following new plugin hooks (which are run after primary validation) which provide plugins with the ability to add other requirements (extra security etc). 'registeruser:validate:password' 'registeruser:validate:username' 'registeruser:validate:email' Marcus Povey 25/8/08 git-svn-id: https://code.elgg.org/elgg/trunk@2040 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-22Committing kses fixben
git-svn-id: https://code.elgg.org/elgg/trunk@2039 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-21Fixed ping error. Fixes #269ben
git-svn-id: https://code.elgg.org/elgg/trunk@2038 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-21Fixed input for people with magic quotes on.ben
git-svn-id: https://code.elgg.org/elgg/trunk@2037 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-21Actually fixes #269marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2036 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-21Fixes #269marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2035 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-21Added plugin hook to elgg_view.ben
git-svn-id: https://code.elgg.org/elgg/trunk@2034 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-21Prelude to releasemarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2033 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-21Fixes #280marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2032 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-21Blanking session code on initialisation failmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2031 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-20Closes #253: Patch provided by edfactor. Thanks for your contribution!marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2030 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-20install process password box addedpete
git-svn-id: https://code.elgg.org/elgg/trunk@2029 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-20increased the size of the input boxes on the install pages to faciliate url ↵pete
checking git-svn-id: https://code.elgg.org/elgg/trunk@2028 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-20Making it case insensitive...marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2027 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-20removed unused imagepete
git-svn-id: https://code.elgg.org/elgg/trunk@2026 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-20Refs #273: Extra sanity checking on installmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2025 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-20Language changeben
git-svn-id: https://code.elgg.org/elgg/trunk@2024 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-20Installation clarity fixesben
git-svn-id: https://code.elgg.org/elgg/trunk@2023 36083f99-b078-4883-b0ff-0f9b5a30f544