Commit Graph

173 Commits

Author SHA1 Message Date
bb0a1150c9 Fix for PHP 8.2 (oops) 2024-10-22 12:23:47 -07:00
ecbd7646ed Slight optimization, only grab hashes once per English file as needed 2024-10-22 11:15:02 -07:00
facdfd0812 More useful timings 2024-10-22 10:36:27 -07:00
98dc051431 Handle new documentation about the documentation (#51) 2024-10-21 18:00:51 -07:00
e30a3d2392 Make reality act like the documentation 2023-11-06 09:38:23 +00:00
ccd7d7d19e fixed "RevTagProblem" problem 2022-01-24 13:31:53 +03:00
4ab530cc4a Fixed additions and deletions counts. Thanks, Lucas Azevedo. Closes GH-32 2022-01-24 09:02:22 +03:00
9f67270188 some improvements 2022-01-15 13:33:17 +03:00
470f728a91 Show additions and deletions. Thanks, Lucas Azevedo. Closes GH-30 2022-01-11 07:44:34 +03:00
ee52c04321 Ignore timezones.xml.
Let's crown Russian translation.
Closes GH-24
2021-11-16 21:57:53 +03:00
969aca70ce [skip-revcheck] is not a magic wand that keeps your outdated files up to date. 2021-11-10 12:01:01 +03:00
c9a02d410f after tests, case of [skip-revcheck] in the commit message 2021-09-02 19:33:22 +03:00
daf0c803c2 Implement [skip-revcheck] to exclude a commit from consideration. Closes GH-21 2021-09-02 02:55:57 +03:00
39786592e1 file in which "Lost wip's have been restored." 2021-05-18 04:32:51 +03:00
4725e3bd17 1. Doc-base revcheck.php code injected and database production accelerated:
dropped from 15 minutes to 2.5 seconds.
2. As in new Doc-base revcheck.php, more detailed and more accurate information is given to the teams.
3. Indentation fixed.
2021-05-17 00:45:45 +03:00
5011078485 Added gitweb installation
adjusted scripts by gitweb
fixed typos
2021-04-23 15:23:34 +03:00
4cf0a78294 Conversion from svn to git 2021-04-22 01:33:40 +03:00
ebb5db92ee revert "other" phpdoc-all updates
To investigate why the systems job that should be doing this, is not.
2019-01-07 19:49:53 +00:00
79365202d5 Fixed other svn dir path 2018-11-15 22:46:24 -08:00
ed9b2a5643 Added the "other" phpdoc-all/ directory on euk2.
It might fix our issue on doc.php.net where builds are using an old svn copy.
2018-11-14 14:20:32 -08:00
9c2a3e006c Sync final newlines
This patch adds some missing newlines and trims multiple newlines into
one.

According to POSIX, a line is a sequence of zero or more non-' <newline>'
characters plus a terminating '<newline>' character. [1] Files should
normally have at least one final newline character.

C89 [2] and later standards [3] mention a final newline:
"A source file that is not empty shall end in a new-line character,
which shall not be immediately preceded by a backslash character."

Although it is not mandatory for all files to have a final newline
fixed, a more consistent and homogeneous approach brings less of commit
differences issues and a better development experience in certain text
editors and IDEs.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
[2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2
[3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
2018-10-01 23:36:51 +02:00
5d425c4438 Trim trailing whitespace 2018-10-01 23:21:45 +02:00
cb81c04089 Remove unused Git attributes ident
The `$Id$` keywords were used in CVS and Subversion where they can be
substituted with filename, last revision number change, last changed
date, and last user who changed it.

In Git this functionality is different and can be done with Git
attribute ident. These need to be defined manually for each file in the
`.gitattributes` file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of `$Id$` keywords by removing them since
they are not used anymore.
2018-10-01 22:52:49 +02:00
a068c936b8 Fix paths 2014-08-03 07:21:12 +02:00
11bedb65e7 Code cleanup 2014-08-03 07:07:13 +02:00
d8dbad882a Remove division into "critical" and "old" files. Leave just outdated files
* "old files" stats were generated incorrectly
* "old files" made "critical files" count incorrect
* there was no way to display "old files" list
* this approach is compatible with PhD OE
2014-08-03 06:55:52 +02:00
9b51b51664 We don't analyze php-src anymore 2014-07-17 07:01:50 +02:00
29519aa62f Use git to checkout php source instead of svn
Since http://svn.php.net/repository/php/php-src/trunk doesn't host
php-src anymore, this change gets source from GitHub.

Signed-off-by: Rogerio Prado de Jesus <rogeriopradoj@gmail.com>
2014-07-16 07:56:26 -03:00
e8c3fe9677 Change SVNBIN into a portable path using /usr/bin/env svn
Signed-off-by: Rogerio Prado de Jesus <rogeriopradoj@gmail.com>
2014-07-16 07:47:28 -03:00
26fba64eed Just Don't Repeat Yourself (DRY) 2014-06-24 18:52:55 +02:00
67c7ede0bb Update label on charts 2014-06-24 07:53:58 +02:00
b28179fbd7 Graphs generators and lib_revcheck optimizations
* removed functions doing the same job
* some functions replaced with already existing more efficient replacements
* total ammount of files on language graph fixed
* other improvements

Charts are generated over two times faster now
2014-03-31 08:24:42 +02:00
487e76617c Fixed charts generation 2014-03-30 09:51:16 +02:00
4208d27d37 Created indexes for database
Indexes projected by bjori (Hannes Magnusson). This change fixes performance problems.
2014-03-30 08:14:05 +02:00
f01c461f5f Aaah, I always overlook something 2014-03-30 07:27:44 +02:00
ef00ee094f Fix path to the docs and improve error message 2014-03-29 08:11:53 -07:00
308eefcfa3 Comunicates are more descriptive 2014-03-29 06:43:07 +01:00
f61296f6b6 English removed form 2014-03-29 06:16:37 +01:00
4d1fd50fde Goodbye ext/sqlite 2014-03-28 21:40:16 +01:00
0df3ca9132 Next optimizations 2014-03-28 05:18:24 +01:00
1f8e476446 Now it should work 2014-03-26 20:37:18 +01:00
a8c307b340 Revcheck generator fixed 2014-03-26 17:40:08 +01:00
efd7a397a2 Graph generation fixed 2014-03-26 17:30:53 +01:00
014326a9fd Preparations for translators.xml standardization 2014-03-23 17:55:32 +01:00
64aa57f6c3 Cron scripts updated 2014-03-22 14:29:43 +01:00
27cfbcbc69 Removed unused cron scripts and dependencies 2014-03-22 13:20:18 +01:00
118f28b50f Victory is near 2014-03-19 07:50:55 +01:00
47f7007318 PHP-GTK and PEAR are no longer supported on this site 2014-03-18 05:27:00 +01:00
43784b3fa9 phpt generator removed 2014-03-17 20:56:55 +01:00
592c601947 RFC stuff removed 2014-03-17 20:42:22 +01:00