| /[drupal]/contributions/modules/mailman_manager/mailman_manager.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
Prevent to change list subscription when password is empty. See #358532 for info
Prevent to change list subscription when password is empty. See #358532 for info
Formattation of table headers for previous patch
Formattation of table headers for previous patch
#352598 by anoopjohn: Fixing wide table
#352598 by anoopjohn: Fixing wide table
Fixed a serious permission bug introduced with #327995
#289420 by metareason: Admin form submit not returning.
#351565 by eMPee584: code cleanup
#349438 by Sun - Fixes pager.
#349438 by Sun - Fixes pager.
merged DRUPAL-6--1 into HEAD
#349442 Sun - Remove obsolete hook_init()
#327995 Another attempt to solve the issue. This moves the mailman manager tab from user/edit to user parent tab
#327995: menu cache system updated to work on drupal 6
Preg_match error fixed in the add new list form + cosmetic changes
Preg_match error fixed in the add new list form + cosmetic changes
Refer to watchdog severity message as php definition and not as string
Check for false result when querying mailman user table
untabify
Watchdog and mail mechanism ported
db_num_rows rewritten + reverted serial to int for list users schema
Database primary keys changed to serials
Menu hook fully ported
Renamed schema length into disp-width
Revert erroneous commit
6.x porting start
6.x porting start
Reviewed with code review
Merging with HEAD to incorporate bug fixes since July 2007
*** empty log message ***
Reverting code to fix bug related to category in user view
Incorporating bug fix by samuelet: Users with no access can display mailman manager form
tabulation change
yay.. passes code-style.pl
code style cleanup
code style cleanup
fixed status update bug. some more code-style cleanups
removed debug
order lists by name
fixed spelling mistake in watchdog message
array key contants need ' '
removed debug drupal_set_message
stray } removed (my bad)
codestyle cleanup - to match drupal curly bracket stylings
array key contants need ' '
array key contants need ' '
stray ' or ' wrapped in t() -- not sure if i'll make sense to translator -- review later
move '<p>' out of t() calls
more comments
more t() and only bring $user from GLOBAL if it's going to be used (merged from head)
capitalised Mailing Lists (merged from head)
help text (copied from head to drupal-4.7) because it's got more info
cvs keyword thingies
more tabulation cleanup
fixed tabulation
moved form and save to their own functions -- make case statement easier to read
always return array from _mailman_manager_get_lists
Fixing bug related to missing t() in menu hook
Fixing bug related to missing t() in menu hook
*** empty log message ***
Fixing admin address bug related to use of deprecated php mail() header format instead of drupal_mail header format
Updating head to reflect changes in 5-0 version
Fixing admin panel bug related to mismatch between list of lists as array and object. Also, general cleaning up of admin display and use of t() function.
don't <em> the list names
put order by in get_lists()
default to ascending order
pass arrays, not object otherwise php5 will hate you
merged from head
added CVS keyword thingies
moved user form to it's own function, as it's getting big will add _validate() and _submit() shortly
added some missing:
if (!user_access('administer mailman_manager'))
I've hooked this module further into the forms api - so it uses the _validate and _submit to handle list creation. Fixes bug with creation of records with empty fields
merged from HEAD to DRUPAL-5
fixed <th> things
merged from HEAD
better handle when no lists set up don't have mailing list section when no mailing lists. more t() cleanups.
TRanslation fixes merged from HEAD
Added % that were missing in t() calls
more()
more t()
more t() and some random code style changes
more calls to t() in _mailman_manager_admin_delete()
table headings get the t() treatment
use the sprint like syntax on t() calls, to make translation possible
more t() to help translators
fixed more t() calls - to help translators.
make Head like the 5 branch (we'll need a to branch from head again for 6)
changes to how and where t() is called thanks fo jackdaw http://drupal.org/node/125340
marked required fields as required.
merged from drupal 5 branch, most of the changes made to comply to drupal code style. Left menu items as lower case - saw some existing differences and left them alone.
fix some t() calls -- and did some work towards passing drupal code style (useing code-style.pl)
Incorporating db_num_rows() instead of mysql_numrows() and adding pgsql implementation in install file per patches by tanifa.
Incorporating patches to change mysql_num_rows to db_num_rows and upadting of install file for pgsql implementations per tanifa patches.
Implementing drupal_mail() function instead of php mail() function sor compatibility with SMTP module.
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
Updated module and install files incorporating major cleanup patch dated Jan 16, 2007
Beta release of module for testing
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.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |