| 29 |
|
|
| 30 |
-------------------- 4.6.2 Release ------------------------------------- |
-------------------- 4.6.2 Release ------------------------------------- |
| 31 |
|
|
| 32 |
|
r832 | cauld | 2006-12-17 13:38:59 -0700 (Sun, 17 Dec 2006) | 1 line |
| 33 |
|
|
| 34 |
|
# Working on admin.content.html.php. The edit content page had 4 errors |
| 35 |
|
and 49 warnings which was hosing up the editor. All errors have been |
| 36 |
|
cleared and some warnings, down to 38. The other warnings will be worked |
| 37 |
|
on later. |
| 38 |
|
------------------------------------------------------------------------ |
| 39 |
|
r831 | cauld | 2006-12-16 13:32:33 -0700 (Sat, 16 Dec 2006) | 1 line |
| 40 |
|
|
| 41 |
|
! Adjust MOStlyDB Admin again. |
| 42 |
|
------------------------------------------------------------------------ |
| 43 |
|
r830 | cauld | 2006-12-16 13:23:49 -0700 (Sat, 16 Dec 2006) | 1 line |
| 44 |
|
|
| 45 |
|
! Adjusting security of MOStlyDB Admin. Should only allow access to |
| 46 |
|
super admins rather than all admins. |
| 47 |
|
------------------------------------------------------------------------ |
| 48 |
|
r827 | andphe | 2006-12-15 05:22:33 -0700 (Fri, 15 Dec 2006) | 1 line |
| 49 |
|
|
| 50 |
|
FS#165 — Dropdown in Contact Component Fixed |
| 51 |
|
------------------------------------------------------------------------ |
| 52 |
|
r826 | enjoyman | 2006-12-14 20:38:18 -0700 (Thu, 14 Dec 2006) | 1 line |
| 53 |
|
|
| 54 |
|
I edited administrator/components/com_languages/actions/save.action.php on |
| 55 |
|
line 78,It need not to check and create $dir/$lang.po when install language. |
| 56 |
|
But when you new language it proper create $dir/$domain.po from |
| 57 |
|
$untranslated/$domain.pot.And I edited line 125 follow Andphe suggest me. |
| 58 |
|
Not only that,I edited file |
| 59 |
|
administrator/components/com_languages/views/templates/langform.tpl.php |
| 60 |
|
to cannot save if _ISO value not same $language->charset value. |
| 61 |
|
------------------------------------------------------------------------ |
| 62 |
|
r823 | andphe | 2006-12-14 04:58:58 -0700 (Thu, 14 Dec 2006) | 1 line |
| 63 |
|
|
| 64 |
|
Language export action fixed |
| 65 |
|
------------------------------------------------------------------------ |
| 66 |
|
r822 | enjoyman | 2006-12-13 20:48:46 -0700 (Wed, 13 Dec 2006) | 1 line |
| 67 |
|
|
| 68 |
|
I use class convercharset instead iconv and edit,add some function for support it. |
| 69 |
|
------------------------------------------------------------------------ |
| 70 |
|
r821 | enjoyman | 2006-12-13 05:58:04 -0700 (Wed, 13 Dec 2006) | 1 line |
| 71 |
|
|
| 72 |
|
restore locales.xml for support any character set more than utf-8. |
| 73 |
|
------------------------------------------------------------------------ |
| 74 |
|
r820 | enjoyman | 2006-12-12 20:22:48 -0700 (Tue, 12 Dec 2006) | 1 line |
| 75 |
|
|
| 76 |
|
I edited file mambolanguage.class.php in line 52 from |
| 77 |
|
if($page_ == "addpage") { to be if( ($page_ == "addpage") && ($task="save") ) |
| 78 |
|
{ and re-implement and rename function attrEncoding() to be arrayEncoding() |
| 79 |
|
and I add some function ,bindAttributes binds attributes and elements in array. |
| 80 |
|
------------------------------------------------------------------------ |
| 81 |
|
r819 | alwarren | 2006-12-12 14:42:48 -0700 (Tue, 12 Dec 2006) | 1 line |
| 82 |
|
|
| 83 |
|
Fixed typo in function loadBotGroup |
| 84 |
|
------------------------------------------------------------------------ |
| 85 |
|
r818 | alwarren | 2006-12-11 16:53:41 -0700 (Mon, 11 Dec 2006) | 1 line |
| 86 |
|
|
| 87 |
|
Fixed FS#169. Custom mambot fires when it shouldn't |
| 88 |
|
------------------------------------------------------------------------ |
| 89 |
|
r815 | andphe | 2006-12-08 21:02:08 -0700 (Fri, 08 Dec 2006) | 1 line |
| 90 |
|
|
| 91 |
|
add phpdoc comments, copyright notices |
| 92 |
|
------------------------------------------------------------------------ |
| 93 |
|
r814 | ninekrit | 2006-12-08 05:53:45 -0700 (Fri, 08 Dec 2006) | 1 line |
| 94 |
|
|
| 95 |
|
fixed bug when save configuration file. |
| 96 |
|
------------------------------------------------------------------------ |
| 97 |
|
r813 | enjoyman | 2006-12-08 05:24:06 -0700 (Fri, 08 Dec 2006) | 1 line |
| 98 |
|
|
| 99 |
|
I edited this file for installation. |
| 100 |
|
------------------------------------------------------------------------ |
| 101 |
|
r812 | enjoyman | 2006-12-08 05:18:23 -0700 (Fri, 08 Dec 2006) | 2 lines |
| 102 |
|
|
| 103 |
|
-I edited file includes/mambolanguage.class.php, add a function for convert |
| 104 |
|
charset of attribute of this class from utf-8 to "encoding" attribute in xml |
| 105 |
|
file.Therefore I check edit or install language in save() function,if |
| 106 |
|
$page_ is "addpage",it is install language. |
| 107 |
|
-I edited file administrator\components\com_languages\views\templates\langform.tpl.php, |
| 108 |
|
add 2 hidden fields for assigned "page_" to be "addpage" or "editpage" for |
| 109 |
|
each mission. |
| 110 |
|
------------------------------------------------------------------------ |
| 111 |
|
r811 | ninekrit | 2006-12-08 04:45:58 -0700 (Fri, 08 Dec 2006) | 2 lines |
| 112 |
|
|
| 113 |
|
change install1.php line 80 to T_('Next') |
| 114 |
|
------------------------------------------------------------------------ |
| 115 |
|
r810 | adi | 2006-12-07 00:12:53 -0700 (Thu, 07 Dec 2006) | 1 line |
| 116 |
|
|
| 117 |
|
#fix bug in yesnoSelectList function with wrong value switch the other way around |
| 118 |
|
------------------------------------------------------------------------ |
| 119 |
|
r809 | alwarren | 2006-12-05 03:29:49 -0700 (Tue, 05 Dec 2006) | 1 line |
| 120 |
|
|
| 121 |
|
#Fixed warning errors in modules/mod_newsflash.php when no items published |
| 122 |
|
------------------------------------------------------------------------ |
| 123 |
|
r808 | cauld | 2006-12-04 15:39:15 -0700 (Mon, 04 Dec 2006) | 1 line |
| 124 |
|
|
| 125 |
|
# Adding a missing semicolon to emailForm function |
| 126 |
|
------------------------------------------------------------------------ |
| 127 |
|
r806 | neilt | 2006-12-04 02:11:18 -0700 (Mon, 04 Dec 2006) | 1 line |
| 128 |
|
|
| 129 |
|
#bug fix - Content items still available after "Finish Publishing" date - FS#157 |
| 130 |
|
------------------------------------------------------------------------ |
| 131 |
|
r804 | cauld | 2006-12-03 10:34:53 -0700 (Sun, 03 Dec 2006) | 1 line |
| 132 |
|
|
| 133 |
|
# Fixing issue that prevented section & cat images from being displayed |
| 134 |
|
------------------------------------------------------------------------ |
| 135 |
|
r802 | neilt | 2006-12-01 07:24:11 -0700 (Fri, 01 Dec 2006) | 1 line |
| 136 |
|
|
| 137 |
|
#bug fix - cannot send page email to a friend -FS#112 |
| 138 |
|
------------------------------------------------------------------------ |
| 139 |
|
r798 | cauld | 2006-11-30 07:10:10 -0700 (Thu, 30 Nov 2006) | 1 line |
| 140 |
|
|
| 141 |
|
! Updating Changelog with changes since 4.6.1 |
| 142 |
|
------------------------------------------------------------------------ |
| 143 |
r796 | cauld | 2006-11-29 09:18:21 -0700 (Wed, 29 Nov 2006) | 1 line |
r796 | cauld | 2006-11-29 09:18:21 -0700 (Wed, 29 Nov 2006) | 1 line |
| 144 |
|
|
| 145 |
! Updated the "Check for Updates" version.xml file for the 4.6.2 release |
! Updated the "Check for Updates" version.xml file for the 4.6.2 release |
| 153 |
Td_ and Tdn_ functions replaced by T_ and Tn_, from the frontend domain |
Td_ and Tdn_ functions replaced by T_ and Tn_, from the frontend domain |
| 154 |
to a default domain |
to a default domain |
| 155 |
------------------------------------------------------------------------ |
------------------------------------------------------------------------ |
|
r788 | andphe | 2006-11-18 10:16:42 -0700 (Sat, 18 Nov 2006) | 1 line |
|
|
|
|
|
Andphe commit Test |
|
|
------------------------------------------------------------------------ |
|
| 156 |
r787 | neilt | 2006-11-17 00:54:16 -0700 (Fri, 17 Nov 2006) | 1 line |
r787 | neilt | 2006-11-17 00:54:16 -0700 (Fri, 17 Nov 2006) | 1 line |
| 157 |
|
|
| 158 |
#bug fix - additional fix for menu error when submitting weblinks |
#bug fix - additional fix for menu error when submitting weblinks |