Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
447d407
Starting the stuff
Valc May 20, 2015
d74cb3f
second round
Valc May 23, 2015
cd6f574
Fast to solve JM Suggestions (thanks)
Valc May 24, 2015
bc8a673
Update en-GB.com_localise.ini
infograf768 May 25, 2015
c8b5a06
Customised reference part 1
Valc May 31, 2015
92f897f
Change main working mode
Valc Jun 7, 2015
7099140
Merge pull request #25 from joomla-projects/develop
Jun 7, 2015
f7c7291
Change working mode 2
Valc Jun 7, 2015
67e80e2
solve add new files in develop bug (Thanks JM)
Valc Jun 8, 2015
a09b184
Jtext
Valc Jun 9, 2015
238cb78
Add more control and messages
Valc Jun 12, 2015
c7c435b
Add automatic Joomla releases list code
Valc Jun 13, 2015
8b42523
Improve releases list and allow tricks
Valc Jun 14, 2015
84e5730
Improve control and system messages
Valc Jun 14, 2015
94a6a47
revised working mode
Valc Jun 17, 2015
898fcfe
Improve working mode
Valc Jun 26, 2015
224b108
Preparing to allow checkboxes
Valc Jul 5, 2015
701e0eb
adding checkboxes
Valc Jul 10, 2015
4c757e4
Excluding grammar cases on xx-XX translations
Valc Jul 11, 2015
12af57d
Excluding grammar cases
Valc Jul 11, 2015
00d72c9
Add unchanged news and solve bug
Valc Jul 11, 2015
494a1f6
Solve bug handling text changes at en-GB files when saved
Valc Jul 11, 2015
2f9cd25
Adjust en-GB edition to new workimg mode
Valc Jul 12, 2015
bc9f3f1
Add improved keys filter allowing en-GB ref
Valc Jul 12, 2015
15a8d07
Update localise.php
infograf768 Nov 9, 2015
4ef5165
Update key.php
infograf768 Dec 19, 2015
8b588db
Update en-GB.com_localise.ini
infograf768 Dec 19, 2015
e6c8252
Solve the "complete" issue
Valc Mar 13, 2016
70ca14f
Update releases list
Valc Mar 13, 2016
ec1b7cc
Solve bug not displaying the path for customised language folders.
Valc Mar 13, 2016
c323d14
Solve bug reporting info when we are using the default language files.
Valc Mar 13, 2016
2f3ba3e
Mounting language files changes
Valc Mar 13, 2016
56db692
Inprove complete and incomplete filter
Valc Mar 13, 2016
9642a36
add some constants instead of hard coded values
infograf768 Mar 14, 2016
ad6e842
Improve mounting files before save them
Valc Mar 14, 2016
3bf8e25
Merge branch 'develop' of git://github.com/joomla-projects/com_locali…
Valc Mar 14, 2016
986f60d
Update the pending
Valc Mar 14, 2016
d889dc0
Improve again the mounting files issue
Valc Mar 14, 2016
ecf785f
Update en-GB.com_localise.ini
infograf768 Mar 16, 2016
36c9082
Adding new strings
infograf768 Mar 16, 2016
4d78387
Adding the new strings in code
infograf768 Mar 16, 2016
25dd2cf
Merge pull request #277 from Valc/simple-develop
infograf768 Mar 16, 2016
1ae0877
Throw a warning when max_input_vars value is too low.
infograf768 Mar 17, 2016
f826311
cs
infograf768 Mar 17, 2016
8749fe2
Merge pull request #287 from infograf768/maxinputvars
infograf768 Mar 18, 2016
8ab4520
Missing lang string
infograf768 Mar 18, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 86 additions & 0 deletions component/admin/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,92 @@
label="COM_LOCALISE_LABEL_LICENSE"
description="COM_LOCALISE_LABEL_LICENSE_DESC" />
</fieldset>
<fieldset
name="github_develop"
label="COM_LOCALISE_LABEL_GITHUB_DEVELOP_TAB"
description="COM_LOCALISE_LABEL_GITHUB_DEVELOP_TAB_DESC">
<field
name="gh_allow_develop"
type="radio"
class="btn-group btn-group-yesno"
default="0"
label="COM_LOCALISE_LABEL_GITHUB_ALLOW_DEVELOP"
description="COM_LOCALISE_LABEL_GITHUB_ALLOW_DEVELOP_DESC">
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
<field
name="gh_token"
type="text"
class="ltr"
default=""
label="COM_LOCALISE_LABEL_GITHUB_TOKEN"
description="COM_LOCALISE_LABEL_GITHUB_TOKEN_DESC" />
<field
type="spacer"
name="sourcespacer"
class="text"
label="COM_LOCALISE_SOURCE_SPACER_LABEL" />
<field
name="customisedref"
type="releases"
default="0"
label="COM_LOCALISE_LABEL_CUSTOMIZED_REF"
description="COM_LOCALISE_LABEL_CUSTOMIZED_REF_DESC">
<option value="0">COM_LOCALISE_LOCAL_INSTALLED_INSTANCE</option>
</field>
<field
type="spacer"
name="targetspacer"
class="text"
label="COM_LOCALISE_TARGET_SPACER_LABEL" />
<field
name="gh_branch"
type="text"
class="ltr"
default="master"
label="COM_LOCALISE_LABEL_GITHUB_BRANCH"
description="COM_LOCALISE_LABEL_GITHUB_BRANCH_DESC" />
<field
name="gh_updates_interval"
type="list"
default="1"
label="COM_LOCALISE_LABEL_GITHUB_UPDATES_INTERVAL"
description="COM_LOCALISE_LABEL_GITHUB_UPDATES_INTERVAL_DESC">
<option value="0">COM_LOCALISE_HOURLY</option>
<option value="1">COM_LOCALISE_DAILY</option>
</field>
<field
name="gh_administrator_last_update"
type="calendar"
class="readonly"
label="COM_LOCALISE_LABEL_GITHUB_ADMINISTRATOR_LAST_UPDATE"
description="COM_LOCALISE_LABEL_GITHUB_ADMINISTRATOR_LAST_UPDATE_DESC"
size="22"
readonly="true"
format="%Y-%m-%d %H:%M:%S"
filter="user_utc" />
<field
name="gh_site_last_update"
type="calendar"
class="readonly"
label="COM_LOCALISE_LABEL_GITHUB_SITE_LAST_UPDATE"
description="COM_LOCALISE_LABEL_GITHUB_SITE_LAST_UPDATE_DESC"
size="22"
readonly="true"
format="%Y-%m-%d %H:%M:%S"
filter="user_utc" />
<field
name="gh_installation_last_update"
type="calendar"
class="readonly"
label="COM_LOCALISE_LABEL_GITHUB_INSTALLATION_LAST_UPDATE"
description="COM_LOCALISE_LABEL_GITHUB_INSTALLATION_LAST_UPDATE_DESC"
size="22"
readonly="true"
format="%Y-%m-%d %H:%M:%S"
filter="user_utc" />
</fieldset>
<fieldset
name="permissions"
label="JCONFIG_PERMISSIONS_LABEL"
Expand Down
1 change: 1 addition & 0 deletions component/admin/customisedref/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><title></title>
33 changes: 33 additions & 0 deletions component/admin/customisedref/stable_joomla_releases.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
3.4.8
3.4.7
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.7
3.2.6
3.2.5
3.2.3
3.2.2
3.2.1
3.2.0
3.1.6
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.4
3.0.2
3.0.1
3.0.0
1 change: 1 addition & 0 deletions component/admin/develop/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><title></title>
1 change: 1 addition & 0 deletions component/admin/helpers/defines.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

// Define constants
$params = JComponentHelper::getParams('com_localise');

define('LOCALISEPATH_SITE', JPATH_SITE);
define('LOCALISEPATH_ADMINISTRATOR', JPATH_ADMINISTRATOR);
define('LOCALISEPATH_INSTALLATION', JPATH_ROOT . '/' . $params->get('installation', 'installation'));
Loading