Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/joomla/joomla-platform

[READ-ONLY] This repo is no longer in active development. Please see https://github.com/joomla/joomla-cms
https://github.com/joomla/joomla-platform

Fix problem with JLoader prefixes

5688e3cb2de298e56b3209bbd3294d57d518d6df authored over 12 years ago
[IMP] Plugin get overridable layout

505c2aed3f821faa46ed59bfaec783c38fe4722f authored over 12 years ago
Merge pull request #1404 from infograf768/patch-4

Correct confusion between required and validate messages

b9106e1929443c8ca5f65379f24990d33708a0f0 authored over 12 years ago
Adding the compat libraries to the phar package definitions.

0f0beb4e2155b0758e2e4bcde88a2ddbfd25f478 authored over 12 years ago
Making some initial adjustments and additions for Phar packaging.

e441c20a2bb464f510ad939ef96d5df048a55224 authored over 12 years ago
Moving the phar stub files into the build folder.

705d79e738ef7ca3750a1e38954f2a38dfd62670 authored over 12 years ago
missing tab

2aa0c5cb8b5b9b6c322701af9ceaad252e799c5e authored over 12 years ago
Correct confusion between required and validate messages in field

c1cc93e33d9626c7415ea7fc0428682ee30fffc7 authored over 12 years ago
Merge pull request #1399 from realityking/deprecated

Avoid using deprecated APIs and remove more deprecated code in JModuleHelper.

6db3e31f444ed136cdd6f26761e461061c6a3bf4 authored over 12 years ago
Remove deprecated code in JModuleHelper.

Fix the deprecation warning in JHtmlSelect.
Remove stray var_dump() in JPagination.

1eee71bb654df374026a1611ae6a01a1d21d7acb authored over 12 years ago
Avoid using deprecated APIs.

de7c001c41238a5da39542b3357aca1687d6900a authored over 12 years ago
Merge pull request #1402 from realityking/pagination

Remove dependency on JObject from JPagination.

9cb8421e309037b5b2d5a4fe1f995c30c3206bc9 authored over 12 years ago
Remove dependency on JObject from JPagination.

499d0102e20c455fa729f1c9bdb75113f930c678 authored over 12 years ago
Merge pull request #1398 from realityking/media

Optimize images to reduce their filesize.

c2048276951462d7ab59119dc3498d2140e91526 authored over 12 years ago
Optimize images to reduce their filesize.

98daf8afdc366ff901ea50c37f2891a5a0f3a800 authored over 12 years ago
Merge pull request #1397 from realityking/profile

Some additional changes since memory_get_usage() is now always available.

630f772a0db51a536c1b93faf22233adae817ddb authored over 12 years ago
Merge pull request #1360 from pasamio/routerbase

Route Query String Fix and Raw Route

562f3120b4d6b3fc1d675897839c48f701033fec authored over 12 years ago
Adding u modifier to preg_replace as requested

4a05632d504456ce0cae9cad20b9aef678d3a4d5 authored over 12 years ago
Some additional changes since memory_get_usage() is now always available.

7d528e2fa5c49ec7bf521632755ff22cadb55481 authored over 12 years ago
Merge pull request #1395 from realityking/legacyfix

We have to prefer the main libraries over the legacy libraries.

25bb650b297fdc17ee93ccb49f13053247231d1f authored over 12 years ago
Merge pull request #1394 from realityking/cleanup

Various little cleanups.

c69cbfd43d939dadb3523af54f96d168e888cee5 authored over 12 years ago
Adapt the legacy mode for useless or removed files.

7640a157472aa6958c939e27e96fdf770bcde217 authored over 12 years ago
We have to prefer the main libraries over the legacy libraries or we'll hit autoloader hell.

820c4b300f818d5dbdee7167c1d85f438b1492b8 authored over 12 years ago
Use less aliases and prefer the newer syntax.

171efe3f03f654a85f1139db665993e58d8f940b authored over 12 years ago
New unit tests and minor clean ups.

cf8a9ea5210251b0b2f6b2dc8f12fd07b94d9fd0 authored over 12 years ago
Merge pull request #1389 from Bakual/staging

JFactory::createDocument always creates HTML documents.

10091dc02979a0e761660d79a0220b0de69a314f authored over 12 years ago
Including the fix for UnitTests from realityking

cb1cb37a315abddff4466c9eb24467f0396eeb43 authored over 12 years ago
Fixing codestyle error (space for comma).

63207b736c9a1f025f0ca8c07d15670fb8cbd1ed authored over 12 years ago
Merge pull request #1393 from realityking/jroute

Speed improvement to JRoute::_()

7177c6de9040df3ca36e50dfaa193493c6ac177f authored over 12 years ago
Merge pull request #1392 from realityking/dependencies

Remove dependency on JObject from JRouter, JMenu and JPathway.

42872668943867bb6c1690262cba6d78a8ef1ed8 authored over 12 years ago
Remove dependency on JObject from JRouter, JMenu and JPathway.

9557dee0e933f7aab6ccd88eb7096f3208db9e9e authored over 12 years ago
Merge pull request #1351 from realityking/stuff

Clean up the legacy MVC a bit more.

9b2fdc71dfebc737e02a0e129638ae17639614e2 authored over 12 years ago
[IMP] function to create thumbnails from the current image

a83111cfa907c322b7bf736b49dc09f14482e680 authored over 12 years ago
Merge pull request #1386 from mbabker/installer

Improvements to install adapters

976167c3804c05978e224f9374c80dfbcc79d85c authored over 12 years ago
Merge pull request #1387 from realityking/jrequest

Fix unit test failures from #1352.

b233219aa612867a84ac135a39b8d57818c3113e authored over 12 years ago
Merge pull request #1388 from realityking/db

Improve mysql database handling.

814303e17a3257a75a628ca8c183292b2b10542a authored over 12 years ago
Codestyle change

e2eaad8b559dc94e36b337db91a09f24c0e47b4b authored over 12 years ago
Fixing the "format" URL parameter. Bug was introduced when the depreceated "no_html" was removed.

dd5e4a45a79bf54315a235ed122cfde1f7af6cb1 authored over 12 years ago
Switch around JDatabaseQueryMysql(i) as well so JDatabaseQueryMysql extends JDatabaseQueryMysqli and not the other way around.

d7bf378188c490e417f99527747ced6ea2d3187f authored over 12 years ago
Set the charset trough the mmysql(i) API. This is recommended by PHP so that mysql(i)_real_escape_string knows the charset.

b3d8b45b45a33d3adbbb0a5423a1cf88a1798786 authored over 12 years ago
Fix unit test failures from #1352.

a74e7d5eae0c2df3079641c72a7e107a1577fa54 authored over 12 years ago
Merge pull request #1376 from elinw/patch-8

Fix a doc block

91705e0f6861213aea79c6839cb546f703eb49ad authored over 12 years ago
Merge pull request #1324 from sybrek/patch-1

Remove getter for non-existing "class" property

7ee997c3256736b787fc599120ef71dc9936629a authored over 12 years ago
Improvements to install adapters

dfda4f07ef17492e6ad37632039ece4f10376d7a authored over 12 years ago
Merge pull request #1385 from mbabker/JImage

Make JImageFilter child classes autoloadable

95a222f2557c64800ee9168a375f221204b13458 authored over 12 years ago
Make JImageFilter child classes autoloadable

4ea15d06c38656e5b25a021996bf070776f16060 authored over 12 years ago
Merge pull request #1352 from realityking/legacy

Remove/deprecate more code in legacy.

ae1dc8c00c281105999b547f54345d955e5840df authored over 12 years ago
Merge pull request #1383 from realityking/casts

Remove use of intval() and floatval() in favor of casting.

fc51802a892c0173629f4639c334224699e5dc8c authored over 12 years ago
Remove use of intval() and floatval() in favor of casting.

265860ed188753d109c541bccb7a58596f1753c2 authored over 12 years ago
Merge pull request #1365 from realityking/legacymove

Move aliases for the old class names to the legacy folder.

55cdc73f1658f08f32fd677ee253f5dd59271c12 authored over 12 years ago
Merge pull request #1379 from realityking/cms

Remove more form fields that belong to the CMS.

ba1e21f6363ef963abf332bb8b7995feaa0121a3 authored over 12 years ago
Merge pull request #1380 from realityking/session-id

Remove our custom session ID generating code if favor of session_regenerate_id().

2ba29bc62337d77667d37c0d170d7d4da2b31e5e authored over 12 years ago
Merge pull request #1375 from phproberto/autocrop

[IMP] add crop automatic offsets calculation

9ddbde3dbc5f6c8cd8f266b9e7aae1a6f7ad53bb authored over 12 years ago
Update patch-8

4bd2a7008793788e86de0e646692ea9c0b060e1a authored over 12 years ago
Remove our custom session ID generating code if favor of session_regenerate_id().

77e302102f5779589b6338c81945ee10f4873956 authored over 12 years ago
[FIX] sanitize code - joomla coding standard

2b0123b9d2cb8a2ca3f8da1686deaa71734e3b85 authored over 12 years ago
Clean up the legacy MVC a bit more.

f5926c5aea8f117d6c2a624216708186de44fd52 authored over 12 years ago
Remove more form fields that belong to the CMS.

7b49f878ddafaa89176c807387e3b37f0124d223 authored over 12 years ago
Merge pull request #1378 from pborreli/unreachable

Remove unreachable code (dead code)

fe06b44a35aba879f86e47d9f831b16f15178688 authored over 12 years ago
Remove unreachable code (dead code)

10bba4ada36c6b3bec22e99f8ca843010aa048b3 authored over 12 years ago
Merge pull request #1373 from infograf768/patch-3

Required and validate elements errors messages are not translatable (Regression).

654c26a46136a44e03d361d80cb5d93527a0b4f3 authored over 12 years ago
Improve legacy handling in JToolbar.

920fcc6ff392a8b0684a02b21086b13a412fedbe authored over 12 years ago
More deprecating in legacy.

b11f332967321b24c268303c66f88bdd6ffee3e8 authored over 12 years ago
Remove support for magic_quotes_gpc from JRequest.

83a89723b29e55e810b5fd2921047046ea8f7951 authored over 12 years ago
Update patch-3

6a5eec1654ab7c7293136411df55e79561b6cf5b authored over 12 years ago
forgot quotes...

18f15d99fa903776125b59d4252f3794d37345cb authored over 12 years ago
Merge pull request #1377 from elinw/blankarticle

Fix issue where existing article can't be saved blank.

ef07de9b754a417cd5b2320170d46b9f37460c3c authored over 12 years ago
Fix issue where existing article can't be saved blank.

cb1b0572cbaf846a810afaa18af1b797dac29028 authored over 12 years ago
Enabling translation when $element[message]

a456ef1e00e847c3b8d02b64e2b28bc76f8b6238 authored over 12 years ago
Error in error display in front-end (profile edit or new registration). Jtext has to be in form.form.php

a25b372b71a8d89cded2cab7b0b2bd1195d3f387 authored over 12 years ago
Merge pull request #1374 from phproberto/jimage

[IMP] JImage->toFile() returns boolean

288bd8230eb569fd12544406fd0f2e15d97320c8 authored over 12 years ago
[FIX] update JImage->toFile() doc block

2033adb5e62f0442173c08adb70be6304864d902 authored over 12 years ago
Update master

3bef7f2b3715d2ff02dcec403836648f7c987718 authored over 12 years ago
[IMP] add crop automatic offsets calculation

d4b67fd7ea4339cac7a189158cdcb2c340edaf02 authored over 12 years ago
[IMP] JImage->toFile returns boolean

db0801333f4410e5f80010dbef1c6f0ae1451d84 authored over 12 years ago
Move aliases for the old class names to the legacy folder and fix unit tests to not rely on these legacy name.

561af3eebaf27e59829afd9cf433253ba0ad3a3b authored over 12 years ago
Merge pull request #1372 from mbabker/updater

Fixes for extension update adapter

0697dd550c167391f79448e28d5680f53ebc45c6 authored over 12 years ago
Merge pull request #1363 from ShMaunder/error

[CMS #28823] Re-add isError into the JError legacy class

f308f87bebd1a23f67e6276117af4756d75bdc85 authored over 12 years ago
Required and validate elements are not translatable (Regression). See http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=28827

a2bc0bd23fa241ce3e6d70cc5f4911176d066665 authored over 12 years ago
Fixes for extension update adapter

b05ce60a349e8dfbd0cf65883657ff461f64c1aa authored over 12 years ago
Merge pull request #1370 from realityking/memory

Remove workarounds in JProfiler::getMemory() for when memory_get_usage() is not available.

ba640b757d0af71f98ad7acf6f6c434e146d2fa4 authored over 12 years ago
Merge pull request #1371 from realityking/mysql

Let mysqli be the base class for mysql instead of the other way around.

ab94d0e16f371a633aa5675d0551bbd339dd75a8 authored over 12 years ago
Let mysqli be the base class for mysql instead of the other way around.

This this is a necessary first step to eventually get rid of mysql.

f4ca1a14175bef32f8037a366b23fd5238a6f565 authored over 12 years ago
According to the PHP documentation memory_get_usage() is always available starting with PHP 5.2.1.

3fd4079861314b867207cedb0647eaf40a3c21b8 authored over 12 years ago
Merge pull request #1368 from elinw/blankagain

Fix unit tests for JTableContent. Failure introduced in #1366.

8c5587496ed63e6ed51789c67ed3d0084c985f13 authored over 12 years ago
Update unit tests in JTableContent

066105f380633ea36bbaa25b0716d4576da202e7 authored over 12 years ago
Tidy isError comments and remove by ref param.

45c656a7ba71ae82afd75aee3da8b02d225da654 authored over 12 years ago
Merge pull request #1366 from elinw/blankarticle

There is no reason no to allow blank article bodies.

d49ed0678a313535d66d93e64f5a1bc6007f0fab authored over 12 years ago
There is no reason no to allow blank article bodies.

2aafde68dcfa533d4d652cf0c5f9460d0975b48b authored over 12 years ago
Route Query String Fix and Raw Route

This commit fixes an issue where if a query string contained a colon in it (e.g. ?filters=content...

b48dcbeb2d214ba22abf7e00cd6dd3ad255b59e4 authored over 12 years ago
Re-add isError into the JError legacy class

49ee7e3b398bacdfd0ca084471790d7b81892560 authored over 12 years ago
Merge pull request #1362 from juliopontes/staging

JUpdate load form XML - fixed empty response data

b398b79d92869e6e0f94c1a511a196e551863f4d authored over 12 years ago
Merge pull request #1361 from pasamio/updateobject_multikey

Build multi-key update support for JDatabaseDriver::updateObject.

680fcfaeb8180a87dab02e461228a728f3107089 authored over 12 years ago
Merge pull request #1358 from realityking/uri

Move JURI to its own package. Stop using JFactory::getUri().

089575c9a138377d0800eef7ead6b487ab17e2a0 authored over 12 years ago
fixed xml response data from url

1cc0e3f5fb491b791339d95b311174971d8d3196 authored over 12 years ago
Build multi-key update support for JDatabaseDriver::updateObject.

This commit provides support for providing an array as the key to the JDatabaseDriver::updateObje...

2f08b77c1ea6cd05f51dc36824112b1348cf5e86 authored over 12 years ago
Stop using the deprecated JFactory::getURI()

f86430583d927276ccee3366b149294fb7d64c19 authored over 12 years ago
Move JURI to its own package.

f9ec06ac5feb965b9d617c0b82dc0686c99ee320 authored over 12 years ago
Merge pull request #1353 from realityking/session3

Fix a bug where the session could be started twice and additional improvements to JSession.

1a6c802431df50ac5f5581f0e75f1b7e269a0757 authored over 12 years ago
Fix a bug where the session could be started twice and additional improvements to JSession.

ffa591e7d7a603a748081efa5f20911d842939cd authored over 12 years ago