Commit Graph

795 Commits

Author SHA1 Message Date
Llewellyn van der Merwe 8ccb13f3e0
resolve gh-115 to allow excluding of folders and files in the repository folder 2017-09-13 02:37:43 +02:00
Llewellyn van der Merwe 4b3bc9bd03
Moved FTP signature to its own table, so we can use it more securely around JCB (even in the global settings). Improved the Linked view option in admin-views. 2017-08-25 02:56:05 +01:00
Llewellyn van der Merwe 8501e37b3e
updated some of the component import script, resolved gh-113 to improve assets rules setting for components 2017-08-23 21:38:28 +01:00
Llewellyn van der Merwe 1c37f13820
fixed component import issue, to insure mysql dump data in admin-view gets imported correctly 2017-08-23 15:52:31 +01:00
Llewellyn van der Merwe e6b3c2391d
fixed function button bug that loaded it to all views, instead of only the owner view 2017-08-22 23:44:53 +01:00
Llewellyn van der Merwe cfc1af2b69
added site-view switch to allow default public access if access is set on the site view as explained in gh-113 2017-08-22 23:17:19 +01:00
Llewellyn van der Merwe 9c1ee3e88a
updated the donation info 2017-08-21 02:24:30 +01:00
Llewellyn van der Merwe e3528344af
Major upgrade, to initiate front-end development for JCB. Little steps at a time forward. 2017-08-20 22:18:16 +01:00
Llewellyn van der Merwe 0ccc84e2ff
fixed the getVars backward compatibility issue, Added replyto and replytoname to email helper, renamed the email helper class that builds the email table to setTableBody 2017-08-20 21:47:14 +01:00
Llewellyn van der Merwe e0730d3bf6
added JCB initial API frontend to run backups of JCB components, setup automated backup system with cronjob 2017-08-20 18:52:35 +01:00
Llewellyn van der Merwe ddeb02de74
version upgrade 2017-08-12 19:00:05 +01:00
Llewellyn van der Merwe e003be492c
Fixed gh-108 to insure that all fields get added if multiple zeros are found. Improved the default value options in global config to allow for array of default values. Fixed typo forward slash. 2017-08-12 12:51:28 +01:00
Llewellyn van der Merwe fb7b5027c2
improved the answer for gh-106 to insure the correct form is submitted on compile 2017-08-05 12:28:24 +01:00
Llewellyn van der Merwe 7a902d454a
fixed gh-106 to insure the correct form is submitted on compile, also some other minor bug fixes 2017-08-05 12:10:08 +01:00
Llewellyn van der Merwe bd716ae7ef
Stable Release 2017-07-24 04:28:27 +01:00
Llewellyn van der Merwe e074d3b5ce
added Joomla to the header in the readme since it has become know as JCB 2017-07-21 00:38:35 +01:00
Llewellyn van der Merwe f1a054c0e7
Imporved the Adding of Custom Config Fields, added some shields.io icons to the JCB readme 2017-07-21 00:26:48 +01:00
Llewellyn van der Merwe e037d29935
version upgrade 2017-07-03 01:41:25 +01:00
Llewellyn van der Merwe b60803ef7b
added timeago lib to repo for jQuery, and added dates to issue and release info on dash 2017-06-29 23:23:06 +01:00
Llewellyn van der Merwe aceda7bae2
Fixed a bug with the automated update sql that ensured that the sql for new fields gets added. 2017-06-29 22:03:53 +01:00
Llewellyn van der Merwe 111aa4a3de
donation info updated 2017-06-28 21:02:04 +01:00
Llewellyn van der Merwe 9742991690
improved the dashboard of JCB to include releases and better item display of each issue and release 2017-06-28 11:05:31 +01:00
Llewellyn van der Merwe 2c1903508c
added the subform and custom and other fields to the demo 2017-06-18 11:47:10 +01:00
Llewellyn van der Merwe 384c403ae4
Add new release with subform field now also available 2017-06-18 08:38:12 +01:00
Llewellyn van der Merwe 6e0bcc0ae2
Resolves gh-96 by adding the feature to auto create the update SQL. Also fixes gh-100 Field Length Issue. 2017-06-16 13:38:06 +01:00
Llewellyn van der Merwe 3ad9ae8b8f
resolves gh-91 to insure that int and floats are not set as strings in SQL defaults 2017-06-05 21:18:32 +01:00
Dev 5e36ede2ac
fixed gh-85 to insure parameter 2 is an array 2017-05-28 23:44:15 +02:00
Llewellyn van der Merwe cb355feaf4
fixed import of components selection 2017-05-20 09:36:26 +02:00
Llewellyn van der Merwe 9b1f111251
fix gh-78 to ensure the field options get loaded in the repeatable conditions 2017-05-08 11:09:24 +03:00
Llewellyn van der Merwe 4cead46ac4
Fixed gh-75 to insure the column names are loaded as before. Fix gh-76 by adding more checks to insure that the correct date is used in the getLastModifiedDate method. 2017-05-04 23:34:28 +01:00
Llewellyn van der Merwe 25c632065a
updated the readme 2017-04-26 17:30:09 +01:00
Llewellyn van der Merwe ea1edebc05
Resolves gh-71 bug, so that admin views that has no fields are still accessible. Fixed gh-72 to insure all components on Joomla version 3.7.0 works and looks correctly. Please just recompile your components for Joomla v3.7.0 2017-04-26 09:56:17 +01:00
Llewellyn van der Merwe 498c75dfcf
Next stable release with improvments and fixes 2017-04-08 22:58:53 +01:00
Llewellyn van der Merwe f39a877db2
fixed double // in file path when exporting a component and its images 2017-04-08 21:52:51 +01:00
Llewellyn van der Merwe 7afbb131ce
fixes gh-68 where the wrong name is used in searching for the alias, it must be the table name, and this is not always the same as the view. 2017-04-08 19:52:09 +01:00
Llewellyn van der Merwe 6bba258fec
Improved the import feature to insure that we don't have language conflicts with multiple strings for one language. 2017-04-08 14:44:41 +01:00
Llewellyn van der Merwe 1cf259a54d
Resolves gh-60 with complete implementation of the language manager/translator feature. Added a purge function the clear unused language strings from the database and unlike them from the related component during compilation. 2017-04-07 21:33:35 +01:00
Llewellyn van der Merwe d113d7b91b
Added the new language feature to the export and import of Components, so that their related translations can also be linked to the exported package. 2017-04-06 22:40:22 +01:00
dev 2f90f9359c
fixed typo 2017-04-06 09:51:46 +01:00
dev b1d9b672ab
Added the global switch to set the percentage a language should be translated before it is automatically added to the component during compilation. Force language to be added when the debug lines are set to be added. 2017-04-06 09:47:51 +01:00
dev d9b2e51f8c
Fix redirect during creation of new language from translation view. 2017-04-05 21:14:29 +01:00
dev 2caaa1a1e3
added the translation to the component view, also adding lang tags of ready translated languages 2017-04-05 17:26:17 +01:00
dev 1b3cb2bfdd
fixed the search in translation view 2017-04-05 16:21:56 +01:00
dev 5a6ef33c5b
removed button for now 2017-04-05 15:07:48 +01:00
dev 7eb5a2473c
include fix for the a.* error 2017-04-05 14:49:11 +01:00
dev 34d14ed95d
gh-60 language translation component added, basic implementation 2017-04-05 14:21:10 +01:00
Llewellyn van der Merwe d31b0b6c0c
fixed gh-53 the database error call on a.*, very strange 2017-04-05 07:27:39 +01:00
dev f3f91f492f
added the UI for the new Language Manager gh-60 2017-04-03 11:58:41 +01:00
Llewellyn van der Merwe bd0febd92c
Resolves gh-63 to prevent repeateble field from being created a second time. Resolves gh-62 to insure full encryption of JCB packages. 2017-04-01 15:59:54 +02:00
Llewellyn van der Merwe b294af2e7d
Stable release of component mapped export and import feature 2017-03-31 23:39:20 +02:00