Commit Graph

298 Commits

Author SHA1 Message Date
d00603355b
Fixed gh-219 import of JCB packages 2018-01-16 14:36:47 +02:00
7b3915bf14
Fixed Database field mismatch in joomla_component 2018-01-16 10:02:27 +02:00
3de31b1c1a
Added ftps custom field back 2018-01-15 21:32:38 +02:00
98510ae504
Added (Linked To) back in related areas, so we can see where what is linked. Added ajax fields to the custom admin view. Added some backward compatibility to stylesheets and scripts being added, resolved gh-217. Fixed gh-212 no access lang string. Added the site CSS area to Joomla Component view resolved gh-216. 2018-01-15 17:54:05 +02:00
423df415fa
Update to fix snippet manager links 2017-12-29 17:42:54 +02:00
8367e633c8
Fixed gh-206 to insure that the placeholders are replaced on compilation 2017-12-29 13:20:14 +02:00
36e18f0b30
Next release update 2017-12-28 23:50:43 +02:00
7c7a0151b9
Added new JCB domain and email address to further pave the way for the JCB community. Improved the support info. 2017-12-27 05:45:35 +02:00
0e8576ee5e
Added a few snippets back into the base install package of JCB 2017-12-25 14:48:38 +02:00
cd5f1f2c87
Fixed few bugs in import/export of JCB packages. Resolved gh-204. Made some updates to the Dropbox class, more coming. 2017-12-25 14:46:35 +02:00
edafb6e688
update issues template to insure more system info is given 2017-12-23 14:17:03 +02:00
98a5803faf
Added auto versioning to all JavaScript and CSS fiels being added, to insure it reloads when there is an update. Resolves gh-203 2017-12-22 21:46:03 +02:00
26050c771a
Fixed the links of folders in libraries, added another note to libraries, started with linked to ajax functions. 2017-12-17 11:21:34 +02:00
e44b6bc272
Continued formatting of JCB code 2017-12-15 03:10:10 +02:00
8ac350e62b
Fixed format typo that remove a string 2017-12-15 02:26:45 +02:00
d3cbea5c82
Major code formate to try and set a standared. Added four new fields for JavaScript files 2017-12-15 02:01:33 +02:00
c9cad158e6
Added a better tutorial about the developing work flow of JCB and so update the link in CONTRIBUTING.md 2017-12-14 17:08:35 +02:00
8ca7bc67ff
Updated the PULL_REQUEST_TEMPLATE to use gh- instead of # in linking the issue to the pull reguest also removed some extra lines 2017-12-14 15:43:27 +02:00
95716e22cf
Updated the compiler to also target JText::script() & Joomla.JText._() in language constant replacement. Added field counter. Resolved gh-198 2017-12-14 15:30:44 +02:00
20f5a083f0
Update the CONTRIBUTING to include a link to tutorials surrounding the code. 2017-12-13 17:35:54 +02:00
d37b0d367a
Added Tidy warning to compiler and workaround so that the compiler can still work without the Tidy extension Resolved gh-197 2017-12-13 00:17:02 +02:00
258f7441d7
Resolved gh-194 to allow for [close & New] Button in linked views 2017-12-12 15:18:27 +02:00
ba07f1aae3
only add media if path is one value 2017-12-12 02:41:24 +02:00
27ff09226b
execution order fix to insure folders are loaded 2017-12-12 02:28:35 +02:00
422cea1bed
fixed mysql update values 2017-12-11 22:38:23 +02:00
5870f54900
Fixed some typos resolved gh-196 2017-12-11 13:18:33 +02:00
94175a4725
Resolve gh-181 to insure all urls added to xml is converting special characters with htmlspecialchars. 2017-12-10 21:20:29 +02:00
f900f65baa
Renamed the uikit lib folders. Resolved the gh-188 by updateing the note. Resolved gh-92 by implementation of the library manager in the compiler. 2017-12-10 21:17:26 +02:00
b60d208d9e
Merge branch 'staging' into decouple_libraries 2017-12-05 13:25:43 +02:00
6623da7a8d
Resolve gh-111 2017-12-04 17:57:49 +02:00
fa83ea7bc9
moved the dispatcher out of the loop 2017-12-04 17:57:19 +02:00
87ba078dc8
fixed unintended formating. tweaked functions. resolved gh-189 2017-12-04 16:56:18 +02:00
Michael Richey
9a6ad66e32
Fixed context 2017-12-03 19:53:05 -06:00
Michael Richey
102ed837c2
automatic context based on available vars 2017-12-03 19:43:45 -06:00
Michael Richey
b10b019494
Implement onContentPrepare 2017-12-03 19:24:53 -06:00
Michael Richey
cc9a0e9c4c
I missed a parameter 2017-12-03 18:50:21 -06:00
Michael Richey
f19a279b16
revert to string search
to allow for malformed xml input
2017-12-03 16:13:36 -06:00
Michael Richey
2661b62929
Revenge of Pretty Print
This time it's personal

Also, documented new functions
2017-12-03 13:12:56 -06:00
19d4d77305
Improved the get snippets area to load one library at a time. started on the adaptation of the compiler that is needed for the new libraries 2017-12-03 20:09:04 +02:00
Michael Richey
07051d0955
pretty print
I've got pretty print much closer, but I haven't yet been able to produce it with a starting indent level.  The alternative is to run the file xml output through the pretty printer before writing the file.
2017-12-03 11:47:48 -06:00
Michael Richey
8f3d573202
Code Formatting
Small things are killing me.....  some concatenation is wrapped in spaces, some isn't....  Some functions start braces on the 2nd line, some don't

I think this is the last one
2017-12-03 11:12:18 -06:00
Michael Richey
ca4919f0f3
Code Formatting 2017-12-03 11:09:39 -06:00
Michael Richey
c1675dbd30
Code formatting 2017-12-03 11:08:01 -06:00
Michael Richey
55afca91a2
String Manipulation to SimpleXML and DOMDocument
I removed the string manipulation in favor of something more development friendly.  The drawback is that the resulting XML is not as pretty, although I did run the processed fields through DOMDocument pretty printer.  The entire resultant XML could be run through a pretty printer, but still won't achieve the tab indented node attributes.

The entire process could be made much more efficient, but this was just an initial conversion.
2017-12-03 02:02:11 -06:00
82df61aa4a
added interface of the new decoupled libraries concept gh-92 2017-11-26 04:03:27 +02:00
Michael Richey
9760ac86a3
Prevent getItem from clearing $item->params
Additional check added to params test to ensure that if parent::getItem values are not removed if present.
2017-11-24 01:22:17 -06:00
8c2618b691
Added github help files 2017-11-21 16:28:03 +02:00
e652d5b5b7
Added a fix to insure the contributor details are added to JCB original snippets. 2017-11-21 13:27:53 +02:00
5ae67c1ecc
Added bulk updater to get snippets area. Added contributor details to snippets table. Imporved the installer to update the library matchup of old snippets. gh-92 2017-11-20 14:35:30 +02:00
eb43f1e3bc
Finished the bulk get snippets UI area. Tweaked some of the get snipptes scripts, added some icons gh-92 2017-11-18 02:10:38 +02:00