root/devel/profile


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1582 [1582] 04/22/08 07:51:08 misja Misja Hoebe <misja@curverider.co.uk> Fixes #342, Profile edit page …
(edit) @1563 [1563] 03/13/08 10:14:33 misja Misja Hoebe <misja@curverider.co.uk> Closes #318
(edit) @1540 [1540] 02/02/08 22:20:51 renato Setting prop svn:eol-style in another lot of files.
(edit) @1531 [1531] 01/28/08 17:54:17 ewout Do not show access restriction select box on invisible profile fields.
(edit) @1307 [1307] 11/22/07 17:21:31 rho Patch #171, new function templates_page_output() Signed-off: Rolando …
(edit) @1297 [1297] 11/20/07 13:44:59 ewout Profile fields can now have a default_access attribute. This attribute is …
(edit) @1215 [1215] 07/19/07 10:45:23 icewing Marcus Povey <marcus@dushka.co.uk> * Changed default number of messages
(edit) @1207 [1207] 07/17/07 15:07:17 icewing Marcus Povey <marcus@dushka.co.uk> * Modified commentwall hook for new …
(edit) @1200 [1200] 07/12/07 18:13:28 icewing Marcus Povey <marcus@dushka.co.uk> * Some tweaks
(edit) @1199 [1199] 07/12/07 16:35:09 icewing Marcus Povey <marcus@dushka.co.uk> * New style comment wall displayed on …
(edit) @1054 [1054] 04/02/07 12:05:56 ben Profile edit fix.
(edit) @1046 [1046] 03/26/07 12:27:53 sven fixes for profile stuff: whitespace, html validation, php notices, …
(edit) @1030 [1030] 03/20/07 14:58:20 ben Profiles now have columns, widgets, and assorted joy. This commit doesn't …
(edit) @1023 [1023] 03/12/07 14:37:14 ben Profiles now use user_name() to display a profile owner's name.
(edit) @1022 [1022] 03/12/07 12:10:28 ben All icons are now displayed using the user_icon_html function; all user …
(edit) @1007 [1007] 03/07/07 15:07:03 ben Fix for legacy profile configurations not saving tags properly.
(edit) @997 [997] 03/01/07 11:53:31 ben Plugin hooks for profile editing.
(edit) @932 [932] 02/08/07 15:07:46 ben A bug with profile editing has been fixed.
(edit) @910 [910] 02/06/07 12:46:28 sven profile: kill a lot of notices, force invisible fields to be stored as …
(edit) @893 [893] 01/30/07 15:03:41 ben Edited profiles in order to allow for file-based profile elements.
(edit) @890 [890] 01/30/07 13:21:04 ben When there's a problem with a required field not being included, the …
(edit) @883 [883] 01/28/07 07:12:01 sven the usual trivialities…
(edit) @880 [880] 01/26/07 17:33:00 ben New function [module]_validate_input_field takes a profile item object as …
(edit) @875 [875] 01/26/07 15:30:19 ben Profiles now edit and view properly.
(edit) @874 [874] 01/26/07 15:00:23 ben Assigned categories to each and every default profile field.
(edit) @873 [873] 01/26/07 13:06:12 ben Profiles can now have categories for editing (for viewing will come …
(edit) @872 [872] 01/26/07 12:00:16 ben Profiles can now have mandatory fields.
(edit) @868 [868] 01/25/07 18:31:38 ben Additional profile extensibility code.
(edit) @866 [866] 01/25/07 18:10:57 ben We're changing the format for profile fields (but the old format still …
(edit) @817 [817] 01/18/07 13:36:13 ben The FOAF upload form has been moved to the bottom of the profile editing …
(edit) @758 [758] 12/14/06 01:57:44 sven set svn property eol-style native on some files without it
(edit) @690 [690] 11/05/06 04:51:30 sven more icon cacheability - all icon urls now /_icon/(user|file)/ID, to …
(edit) @659 [659] 10/21/06 20:56:09 misja Taking gettext to a new level, see message …
(edit) @598 [598] 09/26/06 19:33:59 ben Profile fields are now abstracted to mod/profile/profile.config.php.
(edit) @589 [589] 09/20/06 14:21:48 sven user_info('name', $ident) and run("users:display:name", $ident) -> …
(edit) @579 [579] 09/19/06 07:30:35 ben Profile edits now redirect to sitename/username/profile/
(edit) @573 [573] 09/18/06 15:29:07 sven run("users:name_to_id") -> user_info_username() run("users:id_to_name") -> …
(edit) @557 [557] 09/15/06 15:00:25 sven replace get_field('users',*,'ident',*) with user_info(*,*)
(edit) @523 [523] 08/30/06 11:24:37 ben Typo fix
(edit) @522 [522] 08/30/06 11:09:06 ben Edit profile now caches user type to reduce database calls.
(edit) @521 [521] 08/30/06 10:58:42 ben Profile fields can now be set to only display for a certain kind of use …
(edit) @458 [458] 07/18/06 02:15:06 sven simplify user human name escaping, fiddling with post/comment escaping
(edit) @454 [454] 07/16/06 23:10:36 sven removed some addslashes. replaced some with adodb qstr(). removed some …
(edit) @453 [453] 07/15/06 05:53:51 sven fix a load of php notices and a couple of trivial bugs files: add …
(edit) @447 [447] 07/14/06 02:59:55 sven replace a load of $url=url vars with $CFG->wwwroot
(edit) @420 [420] 07/02/06 18:18:46 sven remove unnecessary leading slashes on strings appended to $CFG->*root vars
(edit) @357 [357] 05/21/06 21:14:13 ben RSS search now correctly returns links to profiles
(edit) @341 [341] 05/13/06 14:27:24 ben Empty profile fields are now correctly initialised (using the default …
(edit) @339 [339] 05/13/06 12:25:40 sven minor HTML validation fixes
(edit) @333 [333] 05/11/06 12:49:48 sven tagging: functionised the conversion of a comma-separated keyword list …
(edit) @332 [332] 05/11/06 06:48:46 carmartin profile: fix edit link reinstating page ownership Page ownership was …
(edit) @331 [331] 05/11/06 06:48:28 carmartin profile.class: minor tidyups for the user profile page…
(edit) @330 [330] 05/09/06 22:55:00 sven tagging - strip out empty terms, caused by extraneous commas/whitespace, …
(edit) @324 [324] 05/08/06 21:34:45 ben Removed the 'changes saved' message when you update your profile
(edit) @317 [317] 05/08/06 08:42:56 carmartin profile/edit: remember to update the relevant rss feeds of the …
(edit) @316 [316] 05/08/06 08:42:40 carmartin profile: got rid of the unit version of function_edit() We should do more …
(edit) @315 [315] 05/08/06 08:42:19 carmartin profile/edit: remove unnecessary addslashes() -- now insert_record() is …
(edit) @313 [313] 05/08/06 08:41:31 carmartin profile/edit: dig up the user id from the session if …
(edit) @312 [312] 05/08/06 08:41:06 carmartin profile.class: fixed a ton of distracting warnings Signed-off-by: Martin …
(edit) @302 [302] 04/30/06 15:25:33 ben /profile: changed profile.class to profile.class.php to prevent direct …
(edit) @300 [300] 04/24/06 00:24:30 carmartin Includes should use full path given that we know where things are. Patch …
(edit) @296 [296] 04/24/06 00:03:42 carmartin Includes should use full path given that we know where things are. Patch …
(edit) @287 [287] 04/15/06 10:25:05 ben Update to standardise where name and icon details come from. These should …
(add) @269 [269] 03/28/06 22:23:16 ben --
Note: See TracRevisionLog for help on using the revision log.