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

Log of /contributions/modules/user_quota/user_quota.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.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 23:56:11 2008 UTC (11 months ago) by greggles
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-BETA2, HEAD
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
coder cleanup

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 23:54:45 2008 UTC (11 months ago) by greggles
Branch: MAIN
Changes since 1.15: +11 -3 lines
Diff to previous 1.15
feature #348761 by greggles idea by garbanzito: record node creation in the history

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 23:28:40 2008 UTC (11 months ago) by greggles
Branch: MAIN
Changes since 1.14: +19 -6 lines
Diff to previous 1.14
feature #348760 by greggles idea by garbanzito: provide a message and altering user field in teh history table

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 22:11:03 2008 UTC (11 months ago) by greggles
Branch: MAIN
Changes since 1.13: +10 -14 lines
Diff to previous 1.13
clean up some half baked thinkos in the last commit

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 22:02:43 2008 UTC (11 months ago) by greggles
Branch: MAIN
Changes since 1.12: +45 -40 lines
Diff to previous 1.12
task #348755 by greggles idea by garbanzito: cleanup text and layout of manage a quota page

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 01:13:26 2008 UTC (11 months, 1 week ago) by greggles
Branch: MAIN
Changes since 1.11: +234 -1038 lines
Diff to previous 1.11
totally new version of user_quota...

Revision 1.11.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 19 03:51:12 2006 UTC (2 years, 11 months ago) by dmuth
Branch: DRUPAL-4-7
Changes since 1.11: +9 -4 lines
Diff to previous 1.11 , to next main 1.17
Fixed issue at http://drupal.org/node/104112 by removing call to menu_rebuild().

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 17 05:58:56 2006 UTC (2 years, 11 months ago) by dmuth
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.10: +161 -41 lines
Diff to previous 1.10
Added tabs and finished up support for quota checking on different types.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 13 07:00:22 2006 UTC (2 years, 11 months ago) by dmuth
Branch: MAIN
Changes since 1.9: +102 -50 lines
Diff to previous 1.9
Added callback support.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 12 06:13:09 2006 UTC (2 years, 11 months ago) by dmuth
Branch: MAIN
Changes since 1.8: +166 -53 lines
Diff to previous 1.8
Added user_quota_add_type(), user_quota_delete_type(), user_quota_num_posts(),
and added support for $type to various other options.
At this point, the code should be fairly stable.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 30 05:09:25 2006 UTC (2 years, 11 months ago) by dmuth
Branch: MAIN
Changes since 1.7: +58 -20 lines
Diff to previous 1.7
Added code for hook_nodeapi() and hook_comment().

At this point, the code is at ALPHA QUALITY.

More changes to come, including some API and database things.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 27 04:09:02 2006 UTC (2 years, 11 months ago) by dmuth
Branch: MAIN
Changes since 1.6: +290 -78 lines
Diff to previous 1.6
Added the following functions:
user_quota_report_user()
user_quota_over_quota()
user_quota_user_by_name()
user_quota_get_quota()
user_quota_num_nodes()
user_quota_num_comments()

Still more things to add, but the basic admin interface works as of now.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 25 05:36:18 2006 UTC (3 years ago) by dmuth
Branch: MAIN
Changes since 1.5: +185 -24 lines
Diff to previous 1.5
Added support for reading from and writing to the database, along with
edge cases for initial database issues.
Added support for querying users and determining which row is used for
quota matching.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 23 05:36:29 2006 UTC (3 years ago) by dmuth
Branch: MAIN
Changes since 1.4: +2 -0 lines
Diff to previous 1.4
*** empty log message ***

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 23 05:35:21 2006 UTC (3 years ago) by dmuth
Branch: MAIN
Changes since 1.3: +0 -6 lines
Diff to previous 1.3
Added user_quota_install() and database schema.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 21 05:34:00 2006 UTC (3 years ago) by dmuth
Branch: MAIN
Changes since 1.2: +128 -28 lines
Diff to previous 1.2
Redid the form in a custom theme, looks much better now.
Next up: the install file and database interaction!

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 20 04:26:50 2006 UTC (3 years ago) by dmuth
Branch: MAIN
Changes since 1.1: +135 -10 lines
Diff to previous 1.1
Added initial form structure.  Tested out form validation with placeholders.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 20 00:50:58 2006 UTC (3 years ago) by dmuth
Branch: MAIN
Initial framework is in place.  Code to be written soon. :-)

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