83 Commits

Author SHA1 Message Date
Peter Kokot
f000ff17cb Enhance compress.sh helper script
- POSIX shell compliant
- missing shebang added to be able to run it with
`./scripts/utils/comporess.sh`
- refactored pushd and popd
- a short intro header added for better understanding of the
  script functionality
2018-10-02 07:47:59 +02:00
Peter Kokot
f06fee3640 Sync final newlines
This patch adds some missing newlines and trims multiple final newlines
into a single newline.

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-02 03:44:40 +02:00
Peter Kokot
67ed29f21f Trim trailing whitespace 2018-10-02 02:29:56 +02:00
Yannick Torrès
908a59090c Fix 2014-08-07 06:50:23 +02:00
Yannick Torrès
e401ecaa1f Fix Year ; add others auth service 2014-08-06 23:22:10 +02:00
Yannick Torrès
80ae199a35 Basic console to control global update 2013-07-17 19:37:38 +02:00
Yannick Torrès
4215b0ebae Review the script to output nothing \! 2013-07-17 19:26:05 +02:00
Yannick Torrès
8a9a14378e Add an info into DB when we compute usage statistics 2012-11-17 16:15:43 +01:00
Yannick Torrès
73a2e6c598 Fix year to 2010 for the first run 2012-11-15 18:36:49 +01:00
Yannick Torrès
3fe9e57216 Compute usage statistic for the editor : nb connection, nb commit, etc... per month 2012-11-15 17:59:58 +01:00
Yannick Torrès
a69cf11dc3 Improve statistics 2012-11-12 18:06:40 +01:00
Yannick Torrès
2045f47bc8 Modify the way we send patch to the mailing list ; Add direct action into the mail to allow delete the change or put the change into a patch quickly 2012-11-01 08:16:07 +01:00
Philip Olson
c88637a30f Disabled the broken build emailer until the 'svn does not update via cron' bug is fixed 2012-08-07 17:34:40 -07:00
root
ff0d5c9c76 Addition of the execution time of each module when updating data 2012-04-26 20:04:48 +02:00
Yannick Torrès
e4a8d0e5c8 Activate the search functionality from Codemirror. Use CTRL+F to use it 2012-04-01 17:50:10 +02:00
Alexander Moskaliov
29be5e95ba add fix for script dir 2012-01-31 12:49:21 +04:00
Philip Olson
4305973f8e Enabled the failed build check emails 2011-12-05 10:00:13 +00:00
Yannick Torres
94a83f08ee Upgrade to Codemirror 2. 2011-12-04 13:37:17 +00:00
Philip Olson
1d1be06544 Disabled the failed build emails, for now 2011-11-14 16:13:21 +00:00
Yannick Torres
d3c1475ffa Add a basic html page to view basic statistic on editor usage 2011-11-02 21:00:53 +00:00
Yannick Torres
f10908f99e Now, all exclude language work aren't realy build.. :/ 2011-10-31 17:57:55 +00:00
Yannick Torres
5a4a6a92bd don't try to check the build for exclude language 2011-10-25 15:38:50 +00:00
Yannick Torres
5b748325b0 Add language 'no' to list who we don't send email, as requested by bjori 2011-10-25 15:08:21 +00:00
Yannick Torres
1aa50d76e6 Fix bugs #55350 : only check entities for php project 2011-08-03 17:29:31 +00:00
Yannick Torres
cf308a5eca Add a script to send an email once a week to alert the documentation team with URL entities that are experiencing fatale error 2011-07-23 18:19:12 +00:00
Yannick Torres
9221cf29ae As workInProgress is disable, we send email only when there is some PatchesForReview work 2011-03-07 21:23:02 +00:00
Yannick Torres
7ee2322868 Calculate the static version for revcheck script after each update 2011-02-16 22:30:25 +00:00
Yannick Torres
074dcc1897 Disable work in progress information 2011-01-31 20:41:25 +00:00
Yannick Torres
ea2f0c4bd0 Don't send email for ar,bg,cs,nl,el,he,pt,sl,sv as there are inactive 2011-01-27 22:17:18 +00:00
Yannick Torres
8d646798e1 Change From header when sending email to the list 2010-12-29 20:11:14 +00:00
Yannick Torres
cfd36df040 Typo & order by type then date for files 2010-12-29 19:54:34 +00:00
Yannick Torres
29147fa96e New cron script to send an email each week to the lang list and inform there is some pending work into the editor 2010-12-29 19:42:35 +00:00
Yannick Torres
0a1f29fc7e Fix lang var 2010-12-27 23:14:01 +00:00
Yannick Torres
a7aed115dc Fix pt_br language to allow us to send email to us 2010-12-27 22:01:09 +00:00
Yannick Torres
1df37356e3 Revert to previous version as this change have been handle by configure.php script in version 306762 2010-12-27 21:36:52 +00:00
Yannick Torres
c07f920035 Add STDERR to the mail's content 2010-12-26 22:48:47 +00:00
Yannick Torres
f9df95ae32 Fix phpdoc email when en/ failed 2010-06-22 17:41:01 +00:00
Yannick Torres
b8dccd23b3 Enable the VCS up before checking data 2010-05-24 20:16:14 +00:00
Yannick Torres
e232ed22e7 New :
* upgrade extJs to 3.2.1
* Remove "Pending commit" module in favore to "work in progress" module
* Remove "Pending patch" module in favore to "patches for review" module
* Add a field to ask for an email when we logging in. It allow users to contact others.
* Add a progress bar to allow user indicate the progression of his work
* Anonymous user are no longer "anonymous", as a cookie is set on connexion to "authenticate" him.
* Anonymous user can save a file as an authenticated user. No longer only use the "patch" button.
* New rules when a file is edited. When the file is edited by :

  - an anonymous user : authenticated user can always edit it. When he does, the owner change and anonymous user can't edit it again.

  - an authenticated user : anonymous and others authenticated users can't edit it. The first user must release it (eithers commit his change, or remove the change he does). Administrator can edit it. This can allow to override change made by an authenticated user. Administrators are defined per project in configuration file.

* We no longer allow a user to commit files changed by others users. An authenticated user can only commit his files.

Bugs :

  - fix bug #51767
  - fix bug that display internal file (.new) in some modules
  - change file() class beaviours
2010-05-24 20:04:32 +00:00
Yannick Torres
e8777f92a2 Add TreeGrid folder when we compress the Js files 2010-04-28 20:59:12 +00:00
Yannick Torres
f0cac3ec63 Simplify the store ; remove unecessary arguments in some functions ; reindent ; move js/ui/component/ to js/ui/cmp/ to save some space 2010-04-25 15:39:34 +00:00
Yannick Torres
7236a623f1 Add a debug version for main-all & login-all when we execute compress.sh tools 2010-04-23 17:20:16 +00:00
Yannick Torres
b615f3ccf6 Revert. Specify the php binary path on cmd who use it 2010-04-22 11:17:08 +00:00
Yannick Torres
5b015e3e8e Use /usr/bin/env php to find php binary automaticaly 2010-04-07 22:18:51 +00:00
Yannick Torres
065981bb20 Fix App name ; Only display the first 20 lines of the log build ; Script all projects others than PHP 2010-04-05 20:05:57 +00:00
Yannick Torres
bdc33aa953 Fix Conf.ini path 2010-04-05 17:52:11 +00:00
Yannick Torres
4d40434017 Store checkEntities info 2010-03-28 19:55:17 +00:00
Yannick Torres
60b88bbdfa Store updateData info 2010-03-28 19:54:43 +00:00
Yannick Torres
39aec25a73 Fix Conf.php path 2010-03-22 21:49:59 +00:00
Yannick Torres
d94b338fd6 Reword 2010-02-27 08:27:26 +00:00