/[drupal]/contributions/modules/og_titles/og_titles.module
ViewVC logotype

Log of /contributions/modules/og_titles/og_titles.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.1.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 27 14:28:36 2009 UTC (6 months ago) by mradcliffe
Branch: DRUPAL-6--1
Changes since 1.1.2.12: +152 -94 lines
Diff to previous 1.1.2.12 , to branch point 1.1 , to next main 1.4
  * make some major changes after release to be more flexible (api)

Revision 1.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 27 13:56:45 2009 UTC (6 months ago) by mradcliffe
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.1.2.11: +5 -4 lines
Diff to previous 1.1.2.11 , to branch point 1.1
  * fix bug in change title options

Revision 1.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 2 02:11:30 2009 UTC (7 months, 3 weeks ago) by mradcliffe
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.1.2.10: +7 -10 lines
Diff to previous 1.1.2.10 , to branch point 1.1
  * add in some documentation

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 2 01:56:21 2009 UTC (7 months, 3 weeks ago) by mradcliffe
Branch: DRUPAL-6--1
Changes since 1.1.2.9: +35 -30 lines
Diff to previous 1.1.2.9 , to branch point 1.1
  * bug fix: http://drupal.org/node/405272
     * modified a bit to include tlid.
  * removed delete button from the edit form into its own menu callback.
  * fixed the add title submit callback for editing an existing title.

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 25 17:55:17 2009 UTC (8 months ago) by mradcliffe
Branch: DRUPAL-6--1
Changes since 1.1.2.8: +11 -8 lines
Diff to previous 1.1.2.8 , to branch point 1.1
  * Bug: http://drupal.org/node/413556

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 13:20:13 2009 UTC (8 months, 1 week ago) by mradcliffe
Branch: DRUPAL-6--1
Changes since 1.1.2.7: +3 -3 lines
Diff to previous 1.1.2.7 , to branch point 1.1
   * fix typo bug where it was setting a blank title. duh.

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 13:10:58 2009 UTC (8 months, 1 week ago) by mradcliffe
Branch: DRUPAL-6--1
Changes since 1.1.2.6: +3 -3 lines
Diff to previous 1.1.2.6 , to branch point 1.1
  * fix some queries and tables for postgresql compatability

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 15 13:45:37 2009 UTC (10 months, 1 week ago) by mradcliffe
Branch: DRUPAL-6--1
Changes since 1.1.2.5: +2 -2 lines
Diff to previous 1.1.2.5 , to branch point 1.1
  * bug: whoops, forgot a placeholder

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 21 04:27:42 2008 UTC (11 months, 1 week ago) by mradcliffe
Branch: DRUPAL-6--1
Changes since 1.1.2.4: +271 -57 lines
Diff to previous 1.1.2.4 , to branch point 1.1
  * bunch of changes
     * added tabledrag and weight to og_titles table
	    * hook_theme
		* theme function for the form
	 * added weight for both og_titles and og_uid_tables
	    * the weight on the latter is based on the former, it's a workaround, but that's how the architecture is right now.
	 * added to the default view and modified the view
	 * some helper functions

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 2 13:14:24 2008 UTC (11 months, 3 weeks ago) by mradcliffe
Branch: DRUPAL-6--1
Changes since 1.1.2.3: +2 -2 lines
Diff to previous 1.1.2.3 , to branch point 1.1
  * i'm blind

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 2 00:57:41 2008 UTC (11 months, 3 weeks ago) by mradcliffe
Branch: DRUPAL-6--1
Changes since 1.1.2.2: +306 -6 lines
Diff to previous 1.1.2.2 , to branch point 1.1
  * added new features:
  	* setting to allow choice of free input vs selection-based titles
	   * added a menu_rebuild unfortunately, but it had to be done for...
	* each group may define a list of titles for selection-based titles.
	* added permission for user to change their own title
	* added page for user to change their own title
	   * og's menus are a bit iffy, but tried to my best to make things confirm to og. This may not be the best thing to do.
	* things still need cleanup, then port to drupal 5.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 1 20:55:19 2008 UTC (11 months, 3 weeks ago) by mradcliffe
Branch: DRUPAL-6--1
Changes since 1.1.2.1: +10 -1 lines
Diff to previous 1.1.2.1 , to branch point 1.1
  * i could have swore i already put this in, but I must have mistaken that memory for another module...

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 1 15:43:26 2008 UTC (11 months, 3 weeks ago) by mradcliffe
Branch: DRUPAL-6--1
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
   * bug fix, forgot to enclose tables in {} for this query for some reason, which obviously causes problems for db_prefixes. Whoops.

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 27 01:11:34 2008 UTC (12 months ago) by mradcliffe
Branch: DRUPAL-5
Changes since 1.2.2.3: +108 -162 lines
Diff to previous 1.2.2.3 , to branch point 1.2 , to next main 1.4
  * merge changes submitted by John Hanley (http://drupal.org/user/25964)
  	* better form callback
	* views 1.x
	* better install

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 25 12:38:03 2008 UTC (12 months ago) by mradcliffe
Branch: DRUPAL-5
Changes since 1.2.2.2: +3 -11 lines
Diff to previous 1.2.2.2 , to branch point 1.2
   * form correction for drupal 5 branch. #value not supposed to be there.
   * yay for airport commits and airports with free wifi :)

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 24 14:44:26 2008 UTC (12 months ago) by mradcliffe
Branch: DRUPAL-5
Changes since 1.2.2.1: +19 -10 lines
Diff to previous 1.2.2.1 , to branch point 1.2
  * fix menu bug
  * adding debug info for forms in drupal5, god i can't remember them for the life of me

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 03:11:45 2008 UTC (12 months ago) by mradcliffe
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +21 -47 lines
Diff to previous 1.3
  * reverting commit to main

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 03:08:15 2008 UTC (12 months ago) by mradcliffe
Branch: DRUPAL-5
Changes since 1.2: +48 -32 lines
Diff to previous 1.2
  * mostly done except for the menu and views

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 03:02:31 2008 UTC (12 months ago) by mradcliffe
Branch: MAIN
Changes since 1.2: +47 -32 lines
Diff to previous 1.2
  * DRUPAL-5 branch started, needs work.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 15 03:32:36 2008 UTC (13 months, 1 week ago) by mradcliffe
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.1: +12 -1 lines
Diff to previous 1.1
  *  bug: didn't get the news about the views api change (was working with older version)

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 15 02:01:02 2008 UTC (13 months, 1 week ago) by mradcliffe
Branch: MAIN
Branch point for: DRUPAL-6--1
   * Adding og_titles module to cvs -- arbitrary titles for organic group members.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2