]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - _darcs/inventory
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / _darcs / inventory
1 Starting with tag:
2 [TAG 0.6.4.1
3 Evan Prodromou <evan@controlezvous.ca>**20081220204906] 
4 [identica badge by Kent Brewster. For more information see:
5 Sarven Capadisli <csarven@controlyourself.ca>**20081218003302
6  http://kentbrewster.com/identica-badge/
7  
8  Copy and paste the following wherever you want the badge to show up:
9  
10  <script type="text/javascript" src="http://identi.ca/js/identica-badge.js">
11  {
12     "user":"kentbrew",
13     "server":"identi.ca",
14     "headerText":" and friends"
15  }
16  </script>
17          
18  Substitute your own ID in the user parameter.
19  
20
21 [more information in subscription notices
22 Evan Prodromou <evan@prodromou.name>**20081212171135] 
23 [first step of phpcs-cleanup of index.php
24 Evan Prodromou <evan@prodromou.name>**20081221002332] 
25 [reformatting for phpcs in lib/util.php
26 Evan Prodromou <evan@prodromou.name>**20081221003016] 
27 [some modifications to assuage phpcs
28 Evan Prodromou <evan@prodromou.name>**20081221003955] 
29 [reformat lib/daemon.php for phpcs
30 Evan Prodromou <evan@prodromou.name>**20081221004607] 
31 [reformat for phpcs
32 Evan Prodromou <evan@prodromou.name>**20081221005837] 
33 [reformat lib/jabber.php for phpcs, including doc comments
34 Evan Prodromou <evan@prodromou.name>**20081222173249] 
35 [reformat lib/language.php for PEAR Coding Standards
36 Evan Prodromou <evan@prodromou.name>**20081222193029] 
37 [bring mailbox.php into line with PEAR Coding Standards (mostly)
38 Evan Prodromou <evan@prodromou.name>**20081222195041] 
39 [bring messaging section (inbox, outbox, mailbox) into PEAR Code Standards compliance
40 Evan Prodromou <evan@prodromou.name>**20081222201304
41  
42  Actually refactored the method names on these classes to come into
43  complete compliance with the code standards. Untested; maybe there are
44  some bad method names now.
45  
46
47 [reformat and document lib/mail.php for phpcs conformance
48 Evan Prodromou <evan@prodromou.name>**20081223173330] 
49 [bring lib/noticelist.php into line with PEAR code standards
50 Evan Prodromou <evan@prodromou.name>**20081223190851] 
51 [incorrect label on notice list file comment
52 Evan Prodromou <evan@prodromou.name>**20081223191430] 
53 [replace all tabs with four spaces
54 Evan Prodromou <evan@prodromou.name>**20081223191907
55  
56  The PEAR coding standards decree: no tabs, but indent by four spaces.
57  I've done a global search-and-replace on all tabs, replacing them by
58  four spaces. This is a huge change, but it will go a long way to
59  getting us towards phpcs-compliance. And that means better code
60  readability, and that means more participation.
61  
62
63 [replace NULL with null
64 Evan Prodromou <evan@prodromou.name>**20081223192129
65  
66  Another global search-and-replace update. Here, I've replaced the PHP
67  keyword 'NULL' with its lowercase version. This is another PEAR code
68  standards change.
69  
70
71 [change function headers to K&R style
72 Evan Prodromou <evan@prodromou.name>**20081223193323
73  
74  Another huge change, for PEAR code standards compliance. Function
75  headers have to be in K&R style (opening brace on its own line),
76  instead of having the opening brace on the same line as the function
77  and parameters. So, a little perl magic found all the function
78  definitions and move the opening brace to the next line (properly
79  indented... usually).
80  
81
82 [TRUE => true, FALSE => false
83 Evan Prodromou <evan@prodromou.name>**20081223194428
84  
85  More PEAR coding standards global changes. Here, I've changed all
86  instances of TRUE to true and FALSE to false.
87  
88
89 [move opening brace of class declaration to next line
90 Evan Prodromou <evan@prodromou.name>**20081223194923
91  
92  Another gigantor PEAR coding standards patch. Here, I've moved the
93  opening curly bracket on a class statement to the following line.
94  
95