User contributions for E-builds
14 January 2015
- 15:2115:21, 14 January 2015 diff hist +531 m Cache some quick tips for developers about view caching (might need some improvement for someone with more time)
6 January 2015
- 16:2416:24, 6 January 2015 diff hist +404 m J2.5:Supporting SEF URLs in your component Added important top note for joomla 3.? to better use the interface extension option.
15 September 2013
- 19:1319:13, 15 September 2013 diff hist +7,191 N User:E-builds/foreground.css Created page with "→Hide "Main Page" titles: body.page-Main_Page h2.title, body.page-Main_Page h3#tagline, body.page-Beginners h2.title, body.page-Beginners h3#tagline { display:none; ..." current
- 16:1516:15, 15 September 2013 diff hist +245 User talk:Tom Hutchison →Merging "Setting up workstation..." discussion: new section
2 February 2013
1 February 2013
- 17:0617:06, 1 February 2013 diff hist +559 J1.5 talk:Components:xml installfile →Deletion discussion
- 15:4815:48, 1 February 2013 diff hist +599 J1.5 talk:Components:xml installfile →Deletion discussion: new section
- 15:4015:40, 1 February 2013 diff hist +60 m J3.x:Server-side form validation Adding link to difference client and server
- 15:4015:40, 1 February 2013 diff hist +61 m Client-side form validation Adding link to difference client and server
- 15:3515:35, 1 February 2013 diff hist +499 Client-side form validation Adding mootools validation link and radio remark from similiar page to be deleted:
30 January 2013
- 10:2810:28, 30 January 2013 diff hist +24 m Talk:Checkbox form field type →Method 4: Check checkboxes in Joomla form code current
- 10:2710:27, 30 January 2013 diff hist +21 m Talk:Checkbox form field type →Method 3: Check checkboxes in your model somewhere
- 10:2510:25, 30 January 2013 diff hist +12 m Talk:Checkbox form field type →More info:
29 January 2013
- 17:3717:37, 29 January 2013 diff hist +309 Checkbox form field type Adding a warning about saving unchecked checkboxes. Apparently a lot of component developers come across this as they think joomla handles this. It does not!
- 17:3417:34, 29 January 2013 diff hist +2,844 N Talk:Checkbox form field type Created page with "==Saving checkbox problem== Special care needs to be taken with saving an unchecked checkbox from a form!! This is a common mistake for component developers thinking Joomla t..."
10 December 2012
- 12:0512:05, 10 December 2012 diff hist 0 m Portal:Component Development/Reading list removing _ in link
- 12:0412:04, 10 December 2012 diff hist +59 m Portal:Component Development/Reading list link:Creating_Mootools_accordion_or_simple_slider/toggler
9 December 2012
- 13:3013:30, 9 December 2012 diff hist +941 N J2.5:Creating Mootools accordion or simple slider/toggler Created page with "{{review}} Since {{JVer|11.1}}, {{JVer|1.6}} Simple example to create a simple accordion. Can also be used to make a simple slide-toggler (just use 1 link). In this example..."
7 December 2012
- 12:0512:05, 7 December 2012 diff hist +139 m Coding style and standards Added related link: Settings files
- 11:1111:11, 7 December 2012 diff hist +276 m User talk:E-builds →Coding style and standards current
6 December 2012
- 22:3022:30, 6 December 2012 diff hist 0 Coding style and standards changed notice into review template so this page gets attention
- 22:2822:28, 6 December 2012 diff hist +450 Coding style and standards Proposed 2 links for broken link and added related Codesniffer article, but the former needs cleanup!
26 November 2012
- 14:4614:46, 26 November 2012 diff hist +378 m Archived:How to add custom filters to components →Modify Model (models / zzz.php): Updated searching filter. Much better and universal.
23 November 2012
- 17:2917:29, 23 November 2012 diff hist +199 m Archived:Developing a MVC Component/Adding decorations to the backend →Modifying the views: Added neat trick to display number of found items nextto title
- 17:0117:01, 23 November 2012 diff hist 0 m Portal:Component Development/Reading list Reordered a bit
- 16:5416:54, 23 November 2012 diff hist −331 Archived:How to add custom filters to components →Modify Model (models / zzz.php): Deleted "Extra fields and inside words" since reflected in code now
- 16:5016:50, 23 November 2012 diff hist −287 Archived:How to add custom filters to components →Overview: Reflecting this article's completion (below)
- 16:4116:41, 23 November 2012 diff hist +878 Archived:How to add custom filters to components →Modify Model (models / zzz.php): Completed missing fields that were given earlier in article
- 16:2016:20, 23 November 2012 diff hist +886 Archived:How to add custom filters to components →Basic: Failed company custom field! So rewrote it.
- 16:1716:17, 23 November 2012 diff hist +402 Creating a custom form field type →Using the custom field type: Added a way to use it (component without xml)
- 16:0816:08, 23 November 2012 diff hist +14 m Archived:How to add custom filters to components →Modify Template (views / zzz / tmpl / default.php)
- 16:0716:07, 23 November 2012 diff hist +176 Archived:How to add custom filters to components →Modify View (views / zzz / view.html.php): Improving code
- 12:5612:56, 23 November 2012 diff hist +40 m Archived:How to add custom filters to components →Modify Model (models / zzz.php): Improved parent::populateState comment
- 12:4512:45, 23 November 2012 diff hist +72 m Archived:How to add custom filters to components →Modify Model (models / zzz.php): populateState now omits double whitespace (required for multi-search regexp!)
- 12:4112:41, 23 November 2012 diff hist +49 m Archived:How to add custom filters to components →Extra fields and inside words: Better multiple search php
- 12:2812:28, 23 November 2012 diff hist +295 Archived:How to add custom filters to components →Extra: highlighting: css for highlighting + better tags
22 November 2012
- 16:4716:47, 22 November 2012 diff hist +51 m Portal:Component Development/Reading list Added link: How to add custom filters to component admin
30 October 2012
- 15:4415:44, 30 October 2012 diff hist +221 User talk:Chris Davenport →CodeExamples en categories with ::
17 October 2012
- 08:4708:47, 17 October 2012 diff hist +109 J1.5:Adding sortable columns to a table in a component →Step 1: The Model
16 October 2012
- 10:2810:28, 16 October 2012 diff hist +54 Setting up your workstation for Joomla development →Related: Reorganizing : link is usefull on this page, if not at top, at least somewhere
14 October 2012
- 12:4412:44, 14 October 2012 diff hist +212 J1.5:Adding sortable columns to a table in a component →Step 1: The Model: pagination and ordering via modellist since 11.1
4 October 2012
- 17:2617:26, 4 October 2012 diff hist +715 User talk:Chris Davenport →CodeExamples en categories with ::: new section
- 17:1317:13, 4 October 2012 diff hist +971 N CodeExample:JHtml::stylesheet Created page with "====Including stylesheet with Joomla lookup (and other) guessing==== From Joomla! {{JVer|1.6}} onwards, if you include stylesheets in extensions as thus: <source lang="php">JH..." current
- 16:5316:53, 4 October 2012 diff hist −108 Archived:Developing a MVC Component/Example of menu parameters and stylesheets →Update the view: Changed stylesheet inserting with Jhtml::stylesheet function for better template (and such) overriding + commented out double import
3 October 2012
- 21:4621:46, 3 October 2012 diff hist +494 User talk:Chris Davenport →Deleting page sends mail "created page" ??: new section
- 15:2615:26, 3 October 2012 diff hist +126 m J1.5:Using a custom image in the menu bar title →Via manifest xml since {{JVer|1.5|Since Version 1.5}}: Example xml line
- 15:2315:23, 3 October 2012 diff hist +4 J1.5:Using a custom image in the menu bar title Filled in missing manifest file way
- 15:1215:12, 3 October 2012 diff hist +65 m Manifest files →Menu links and submenus: Adding important info about <menu img attribute
21 September 2012
- 20:0120:01, 21 September 2012 diff hist +236 User talk:Chris Davenport →External links come automatically with signature
- 09:5109:51, 21 September 2012 diff hist +3 m J3.x:Server-side form validation →Validation rules: spelling corrections