/[drupal]/contributions/modules/coder/scripts/coder_format/coder_format.inc
ViewVC logotype

Log of /contributions/modules/coder/scripts/coder_format/coder_format.inc

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.2.4.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 20 14:54:29 2009 UTC (10 months, 1 week ago) by sun
Branch: DRUPAL-6--1
Changes since 1.2.4.14: +14 -3 lines
Diff to previous 1.2.4.14 , to branch point 1.2 , to next main 1.6
by sun: Fixed boolean constants must be written uppercase.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 20 14:54:19 2009 UTC (10 months, 1 week ago) by sun
Branch: MAIN
CVS Tags: DRUPAL-7--1-0-BETA1, HEAD
Changes since 1.5: +14 -3 lines
Diff to previous 1.5
by sun: Fixed boolean constants must be written uppercase.

Revision 1.2.4.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 19 03:28:18 2009 UTC (10 months, 1 week ago) by sun
Branch: DRUPAL-6--1
Changes since 1.2.4.13: +3 -2 lines
Diff to previous 1.2.4.13 , to branch point 1.2
#360766 by sun: Fixed missing space for parameter to break statement.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 19 03:28:08 2009 UTC (10 months, 1 week ago) by sun
Branch: MAIN
Changes since 1.4: +3 -2 lines
Diff to previous 1.4
#360766 by sun: Fixed missing space for parameter to break statement.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 19 00:24:17 2009 UTC (10 months, 1 week ago) by sun
Branch: MAIN
Changes since 1.3: +3 -23 lines
Diff to previous 1.3
#246568 by sun: Updated for new string concatenation standard.

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 24 19:45:40 2008 UTC (21 months ago) by sun
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-8
Changes since 1.1.2.5: +685 -333 lines
Diff to previous 1.1.2.5 , to branch point 1.1 , to next main 1.6
Syncing DRUPAL-5--2 with latest code in DRUPAL-6--1.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 24 19:40:50 2008 UTC (21 months ago) by sun
Branch: MAIN
Changes since 1.2: +760 -390 lines
Diff to previous 1.2
Syncing HEAD with latest code in DRUPAL-6--1.

Revision 1.2.4.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 24 19:36:09 2008 UTC (21 months ago) by sun
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--2-0-BETA1
Branch point for: DRUPAL-6--2
Changes since 1.2.4.12: +69 -30 lines
Diff to previous 1.2.4.12 , to branch point 1.2
#208767 by ezyang, sun: Improved coder_format to re-format Drupal 6 core without wrong formattings
#213072 by sun: Removed file.inc dependency and always create backup files.

Revision 1.2.4.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 26 18:09:56 2008 UTC (22 months ago) by sun
Branch: DRUPAL-6--1
Changes since 1.2.4.11: +67 -118 lines
Diff to previous 1.2.4.11 , to branch point 1.2
#213072 by sun: Removed file.inc dependency and always create backups.

Revision 1.2.4.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 22 22:30:23 2008 UTC (22 months ago) by sun
Branch: DRUPAL-6--1
Changes since 1.2.4.10: +61 -23 lines
Diff to previous 1.2.4.10 , to branch point 1.2
#208767 by ezyang, sun: Fixed wrong formattings applied to nested case statements, inline PHP containing control structures, curly braces in quotes.

Revision 1.2.4.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 21:41:12 2008 UTC (22 months, 1 week ago) by sun
Branch: DRUPAL-6--1
Changes since 1.2.4.9: +43 -38 lines
Diff to previous 1.2.4.9 , to branch point 1.2
#208767 by ezyang: Fixed wrong formattings applied to inline PHP in HTML.

Fixed coding-style using coder_format. (Yes, we eat our own dog-food.)

Revision 1.2.4.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 04:15:27 2008 UTC (22 months, 1 week ago) by sun
Branch: DRUPAL-6--1
Changes since 1.2.4.8: +5 -2 lines
Diff to previous 1.2.4.8 , to branch point 1.2
#208767 by ezyang, sun: Further bug fixes.

- Fixed handling of opening PHP tags.
- Added unit test for inline PHP.
- Fixed unit test for variables.

Revision 1.2.4.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 03:40:33 2008 UTC (22 months, 1 week ago) by sun
Branch: DRUPAL-6--1
Changes since 1.2.4.7: +10 -10 lines
Diff to previous 1.2.4.7 , to branch point 1.2
#208767 by sun: Minor improvements.

- Fixed handling of closing PHP tags.
- Fixed substr_count() throwing a warning on some PHP versions.
- Changed error_reporting level for coder_format.php.
- Fixed PHP tags unit test.

Revision 1.2.4.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 01:37:40 2008 UTC (22 months, 1 week ago) by sun
Branch: DRUPAL-6--1
Changes since 1.2.4.6: +173 -57 lines
Diff to previous 1.2.4.6 , to branch point 1.2
#208767 by ezyang: Fixed commas in multiline syntax (comments, arrays), added more unit tests, and added missing documentation.

Revision 1.2.4.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 20 21:08:23 2008 UTC (22 months, 1 week ago) by sun
Branch: DRUPAL-6--1
Changes since 1.2.4.5: +369 -172 lines
Diff to previous 1.2.4.5 , to branch point 1.2
#208767 by ezyang, sun: Various improvements for coder_format:

- moved comment processing into the tokenizer.
- improved multiline array handling.
- improved parenthesis handling.
- implemented logic to allow multiple tests in one test file.
- splitted existing tests and added a some more.
- fixed output of test results to be displayed in the page content.
- added handling for class member function properties (such as abstract, private, public, protected).
- fixed class properties.
- improved some inline documentation.
- applied coder_format on coder_format.

Revision 1.2.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 16 22:26:33 2008 UTC (22 months, 1 week ago) by sun
Branch: DRUPAL-6--1
Changes since 1.2.4.4: +10 -5 lines
Diff to previous 1.2.4.4 , to branch point 1.2
Fixed fatal error due to missing conf_path().

Revision 1.2.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 16 14:02:49 2008 UTC (22 months, 1 week ago) by sun
Branch: DRUPAL-6--1
Changes since 1.2.4.3: +5 -5 lines
Diff to previous 1.2.4.3 , to branch point 1.2
Fixed PHPdoc of coder_order_processors().

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 16 14:01:56 2008 UTC (22 months, 1 week ago) by sun
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-7
Changes since 1.1.2.4: +3 -3 lines
Diff to previous 1.1.2.4 , to branch point 1.1
Fixed PHPdoc of coder_order_processors().

Revision 1.2.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 16 13:54:31 2008 UTC (22 months, 1 week ago) by sun
Branch: DRUPAL-6--1
Changes since 1.2.4.2: +7 -7 lines
Diff to previous 1.2.4.2 , to branch point 1.2
#149826 by sun: Added coder_format Windows installer.
Fixed coder_format.php startup script.
Fixed wrong quotes in coder_preprocessor_line_breaks_*.
Fixed CVS Id in coder_postprocessor_cvs_id().
Disabled coder_postprocessor_array_rearrange().
Replaced README with an updated version.
Added CHANGELOG.txt.

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 16 13:29:19 2008 UTC (22 months, 1 week ago) by douggreen
Branch: DRUPAL-5--2
Changes since 1.1.2.3: +118 -107 lines
Diff to previous 1.1.2.3 , to branch point 1.1
#149826 by ezyang/sun - add coder format windows installer

Revision 1.2.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 9 13:31:12 2008 UTC (22 months, 2 weeks ago) by douggreen
Branch: DRUPAL-6--1
Changes since 1.2.4.1: +119 -107 lines
Diff to previous 1.2.4.1 , to branch point 1.2
#200880 by ezyang, snpower - comment coder according to doxygen and Drupal standards

Revision 1.2.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 4 11:23:23 2007 UTC (2 years, 2 months ago) by douggreen
Branch: DRUPAL-6--1
Changes since 1.2: +8 -2 lines
Diff to previous 1.2
#161215 by sun - fix class inheritance

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 4 11:22:48 2007 UTC (2 years, 2 months ago) by douggreen
Branch: DRUPAL-5--2
Changes since 1.1.2.2: +7 -1 lines
Diff to previous 1.1.2.2 , to branch point 1.1
#161215 by sun - fix class inheritance

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 28 23:21:24 2007 UTC (2 years, 3 months ago) by douggreen
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-6
Changes since 1.1.2.1: +9 -8 lines
Diff to previous 1.1.2.1 , to branch point 1.1
doh - moving the current development from DRUPAL-5 to DRUPAL-5--2

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 7 01:25:43 2007 UTC (2 years, 5 months ago) by douggreen
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-3, DRUPAL-5--2-4, DRUPAL-5--2-5
Changes since 1.2: +9 -8 lines
Diff to previous 1.2 , to next main 1.6
#149813 by sun - various coder_format bugfixes

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 7 16:08:33 2007 UTC (2 years, 7 months ago) by douggreen
Branch: MAIN
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.1: +1026 -0 lines
Diff to previous 1.1
#126938 by sun - add coder_format script to be distributed with cod
coder_format implements an alternative solution to formatting source code

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 7 15:58:01 2007 UTC (2 years, 7 months ago) by douggreen
Branch: DRUPAL-5--2
Changes since 1.1: +1026 -0 lines
Diff to previous 1.1
#126938 by sun - add coder_format script to be distributed with coder

coder_format implements an alternative solution to formatting source code

Revision 1.1
Sat Apr 7 15:58:01 2007 UTC (2 years, 7 months ago) by douggreen
Branch: MAIN
Branch point for: DRUPAL-5--2
FILE REMOVED
file coder_format.inc was initially added on branch DRUPAL-5--2.

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