Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patchtest: Add a line #6

Closed
wants to merge 1 commit into from
Closed

Conversation

elkuku
Copy link
Contributor

@elkuku elkuku commented Oct 14, 2011

This will add a dummy line

@elkuku elkuku closed this Jan 7, 2012
dextercowley pushed a commit to dextercowley/joomla-cms that referenced this pull request Apr 11, 2013
beat pushed a commit to beat/joomla-cms that referenced this pull request Oct 8, 2013
Jux layout items: Fixing reported bugs (starting by last)
infograf768 added a commit that referenced this pull request Feb 21, 2014
[imp] check for existing contacts and increment name & alias if required
Bakual referenced this pull request in Bakual/joomla-cms May 12, 2014
[imp] check for existing contacts and increment name & alias if required
wilsonge referenced this pull request in wilsonge/joomla-cms Jun 16, 2014
Bug fixes found during the com_weblink conversion
@maxdel85 maxdel85 mentioned this pull request Mar 6, 2015
@Thovt Thovt mentioned this pull request Sep 22, 2015
rdeutz added a commit that referenced this pull request Nov 10, 2015
Yet more typos :( 
We can squash when we merge it finally
zjw pushed a commit to zjw/joomla-cms that referenced this pull request Nov 28, 2015
Update column sizes to varchar(191)
wilsonge added a commit that referenced this pull request Apr 7, 2016
matiwater pushed a commit to matiwater/joomla-cms that referenced this pull request Jul 2, 2016
mwatt pushed a commit to mwatt/joomla-cms that referenced this pull request Jul 2, 2016
mwatt pushed a commit to mwatt/joomla-cms that referenced this pull request Jul 2, 2016
waterlooma pushed a commit to waterlooma/joomla-cms that referenced this pull request Jul 12, 2016
@frankmayer frankmayer mentioned this pull request Sep 30, 2016
4 tasks
wilsonge pushed a commit that referenced this pull request Jan 23, 2017
continga pushed a commit to continga/joomla-cms that referenced this pull request Sep 24, 2018
This is the 1st commit message:

First commit which integrates the subform custom field type.

This is the commit message joomla#2:

Rename manifest file for plg_fields_subform

This is the commit message joomla#3:

plg_fields_subform: Improve code comments and made the subform field type optionally non-repeatable.

This is the commit message joomla#4:

Fix not being able to change the type of a subfield.

This is the commit message joomla#5:

Implement a small in-memory renderCache for subform custom fields

This is the commit message joomla#6:

Prepare to load the subfields into a subform custom field directly via their own xml definition.

This is the commit message joomla#7:

After merge with PR joomla#17552 we can now successfully show the subforms options for the different types.

This is the commit message joomla#8:

The subform custom field type doesnt need a default value.

This is the commit message joomla#9:

Implement an option for a subform customfield to disable rendering the field values.

This is the commit message joomla#10:

Remove unused code and set hidden fields to not-required.
continga pushed a commit to continga/joomla-cms that referenced this pull request Sep 24, 2018
This is the 1st commit message:

First commit which integrates the subform custom field type.

This is the commit message joomla#2:

Rename manifest file for plg_fields_subform

This is the commit message joomla#3:

plg_fields_subform: Improve code comments and made the subform field type optionally non-repeatable.

This is the commit message joomla#4:

Fix not being able to change the type of a subfield.

This is the commit message joomla#5:

Implement a small in-memory renderCache for subform custom fields

This is the commit message joomla#6:

Prepare to load the subfields into a subform custom field directly via their own xml definition.

This is the commit message joomla#7:

After merge with PR joomla#17552 we can now successfully show the subforms options for the different types.

This is the commit message joomla#8:

The subform custom field type doesnt need a default value.

This is the commit message joomla#9:

Implement an option for a subform customfield to disable rendering the field values.

This is the commit message joomla#10:

Remove unused code and set hidden fields to not-required.
continga pushed a commit to continga/joomla-cms that referenced this pull request Sep 24, 2018
First commit which integrates the subform custom field type.

This is the commit message joomla#2:

Rename manifest file for plg_fields_subform

This is the commit message joomla#3:

plg_fields_subform: Improve code comments and made the subform field type optionally non-repeatable.

This is the commit message joomla#4:

Fix not being able to change the type of a subfield.

This is the commit message joomla#5:

Implement a small in-memory renderCache for subform custom fields

This is the commit message joomla#6:

Prepare to load the subfields into a subform custom field directly via their own xml definition.

This is the commit message joomla#7:

After merge with PR joomla#17552 we can now successfully show the subforms options for the different types.

This is the commit message joomla#8:

The subform custom field type doesnt need a default value.

This is the commit message joomla#9:

Implement an option for a subform customfield to disable rendering the field values.

This is the commit message joomla#10:

Remove unused code and set hidden fields to not-required.

Signed-off-by: Rene Pasing <r.pasing@continga.de>
continga pushed a commit to continga/joomla-cms that referenced this pull request Oct 1, 2018
First commit which integrates the subform custom field type.

This is the commit message joomla#2:

Rename manifest file for plg_fields_subform

This is the commit message joomla#3:

plg_fields_subform: Improve code comments and made the subform field type optionally non-repeatable.

This is the commit message joomla#4:

Fix not being able to change the type of a subfield.

This is the commit message joomla#5:

Implement a small in-memory renderCache for subform custom fields

This is the commit message joomla#6:

Prepare to load the subfields into a subform custom field directly via their own xml definition.

This is the commit message joomla#7:

After merge with PR joomla#17552 we can now successfully show the subforms options for the different types.

This is the commit message joomla#8:

The subform custom field type doesnt need a default value.

This is the commit message joomla#9:

Implement an option for a subform customfield to disable rendering the field values.

This is the commit message joomla#10:

Remove unused code and set hidden fields to not-required.

Signed-off-by: Rene Pasing <r.pasing@continga.de>
mbabker pushed a commit that referenced this pull request Nov 1, 2018
…ngle query, reduce 20, 50, 100 queries (page limit) to 1 (#22117)

* Categoy manager, get all counters via single query

* Replace countItems() and countTagItems() methods with a reusuable counterRelations() method in ContentHelper class

* CS

* Since deploy version

* Better ordering for states to property names array

* Coding style (#6)

* Removed unneeded  parameter from counting methods

* CS
wilsonge added a commit that referenced this pull request Mar 28, 2019
hans2103 referenced this pull request in hans2103/joomla-cms Aug 10, 2020
Metismenu frontend - wrapping UL attributes in an array
dgrammatiko referenced this pull request in dgrammatiko/joomla-cms Apr 10, 2021
ditsuke added a commit to ditsuke/joomla-cms that referenced this pull request Aug 15, 2021
Since enum types are not working (issue joomla#6 in dev repo), this replaces
them with strings until the issue is resolved.
ditsuke added a commit to ditsuke/joomla-cms that referenced this pull request Aug 15, 2021
Not sure why, but DDL placed after soundex fails with the same error
as in issue joomla#6 in dev. Doing the same to b130fc2 yields a new error
which joomla#6 will be updated with. This commit state successfully installs
with Postgre.
obuisard referenced this pull request in obuisard/joomla-cms Feb 21, 2023
obuisard referenced this pull request in obuisard/joomla-cms Feb 21, 2023
Update SQL Scripts for Postgresql and MySQL and Code Cleanup
LadySolveig pushed a commit to LadySolveig/joomla-cms that referenced this pull request Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant