Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Talk:Commit cheat sheet: Difference between revisions

From MoodleDocs
m (Created page with "=== MDL-xxxxx code area: short description of the patch === Cannot we, please, stop inventing things continuously? Where did the new colons come from? Mars? LOL I thought a lot...")
 
m (Text replacement - "</code>" to "</syntaxhighlight>")
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
I thought a lot of us were using, since ages ago:
I thought a lot of us were using, since ages ago:


<code>
<syntaxhighlight lang="php">
MDL-xxxxx code area - short description of the patch
MDL-xxxxx code area - short description of the patch
</code>
</syntaxhighlight>


In any case, as far as it's one recommendation, it doesn't matter too much (or yes, I really cannot believe the iterations we are having here). Please stop innovating and/or clarify it, grrr. With love, --[[User:Eloy Lafuente (stronk7)|Eloy Lafuente (stronk7)]] 08:13, 18 April 2011 (WST)
In any case, as far as it's one recommendation, it doesn't matter too much (or yes, I really cannot believe the iterations we are having here). Please stop innovating and/or clarify it, grrr. With love, --[[User:Eloy Lafuente (stronk7)|Eloy Lafuente (stronk7)]] 08:13, 18 April 2011 (WST)


----
----
== Why strings are not removed from stable branches ==
There are two reasons we don't remove strings from stable branches:
* so that those who upgrade moodle but have code still using the old key are not left without a string
* so that those who upgrade their lang files but don't upgrade moodle are not left with broken strings

Latest revision as of 20:20, 14 July 2021

MDL-xxxxx code area: short description of the patch

Cannot we, please, stop inventing things continuously? Where did the new colons come from? Mars? LOL

I thought a lot of us were using, since ages ago:

MDL-xxxxx code area - short description of the patch

In any case, as far as it's one recommendation, it doesn't matter too much (or yes, I really cannot believe the iterations we are having here). Please stop innovating and/or clarify it, grrr. With love, --Eloy Lafuente (stronk7) 08:13, 18 April 2011 (WST)


Why strings are not removed from stable branches

There are two reasons we don't remove strings from stable branches:

  • so that those who upgrade moodle but have code still using the old key are not left without a string
  • so that those who upgrade their lang files but don't upgrade moodle are not left with broken strings