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

Joomla3 #20

Open
wants to merge 9,594 commits into
base: master
Choose a base branch
from
Open

Joomla3 #20

wants to merge 9,594 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 23, 2016

  1. Configuration menu
    Copy the full SHA
    db01ee5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b658ff9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb6828a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16e2030 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6cdd691 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8f70fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    710691a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c5d83e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d58a3e6 View commit details
    Browse the repository at this point in the history
  10. Updating XML

    cheesegrits committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    8f270d4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e85699e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    54cfadd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a96c5bc View commit details
    Browse the repository at this point in the history
  14. Sperated out query which was blowing up the 3.5 collation changes, so…

    … we now query extensions table separately, to work out if form plugins are published / haven't been uninstalled.
    cheesegrits committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    90cd585 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1cacf58 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2016

  1. Add translations thanks GorYa

    trob committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    06b9018 View commit details
    Browse the repository at this point in the history
  2. Fix for element JS FX, as the form_X var is now out of scope, need to…

    … use Fabrik.getBlock(ref) instead of just ref in the JS action code. Also monified much JS, for some reason
    cheesegrits committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    bdb61b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0654fd5 View commit details
    Browse the repository at this point in the history
  4. Fix for form email plugin, to force sending multipart text/html, to a…

    …void getting canned by spam filters.
    cheesegrits committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    732f54a View commit details
    Browse the repository at this point in the history
  5. Added FabrikWorker::sendMail() helper, takes sames arhs as J! API sen…

    …dmail(), but if HTML, will add AltyBody. Changed form email plugin to use the new helper.
    cheesegrits committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    db34b8a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2016

  1. Configuration menu
    Copy the full SHA
    3d2cc18 View commit details
    Browse the repository at this point in the history
  2. Couple of tweaks to new sendMail() helper, to improve spam scores. If…

    … HTML, and no <html> tag around msg, add them. Fake out "to" name by providing recipient email as name, so address windows up being "[email protected]" <[email protected]> which works round the TO_NO_BRKT hit from spam assassin and friends. Longer term fix is to allow form plugin to specify "to name", but that's not trivial (because of having to merge "email to eval" and handle comma separated to's.
    cheesegrits committed Mar 25, 2016
    Configuration menu
    Copy the full SHA
    dfa992f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2016

  1. Configuration menu
    Copy the full SHA
    c274767 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0f0e65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea99787 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    851a730 View commit details
    Browse the repository at this point in the history
  5. Fixing media folder location for form JS loading (wasn't pointing som…

    …e files to the new js/dist folder for minified, so they were picking up the old -min files).
    cheesegrits committed Mar 26, 2016
    Configuration menu
    Copy the full SHA
    5ff3fa9 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2016

  1. Fix for tips in lists

    cheesegrits committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    c20c1e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2016

  1. Configuration menu
    Copy the full SHA
    39e916b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1fa84d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2016

  1. Configuration menu
    Copy the full SHA
    e89cdb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    589de67 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2016

  1. Fix to popup validation msgs, so they popup even if they already exis…

    …t (i.e. revalidation still fails).
    cheesegrits committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    e3db253 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. Configuration menu
    Copy the full SHA
    4077cdb View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2016

  1. Configuration menu
    Copy the full SHA
    aef3270 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e8290f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8bdb1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf07ebf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf52205 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e48fa51 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2016

  1. changed fabrikheper::script files changed from array to assoc array, …

    …where key is the requirejs name of the exported module
    pollen8 committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    59f16d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dcb377 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebbeb2f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2016

  1. Configuration menu
    Copy the full SHA
    a3b617c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6317e54 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2016

  1. Merge remote-tracking branch 'Fabrik/joomla3' into joomla3

    pascal26 authored and pascal26 committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    52c6e93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    190d663 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2016

  1. moved all elements over to namespaced classes. FabrikHtmlHelper moved…

    … to Fabrik\Helpers\Html
    pollen8 committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    803144e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    560b937 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    925788b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cbc18d View commit details
    Browse the repository at this point in the history
  5. get filter label as in dbjoin

    trob committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    9b828bb View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2016

  1. Configuration menu
    Copy the full SHA
    16321f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    009fa69 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2016

  1. Configuration menu
    Copy the full SHA
    4cb79f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a217b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3fcc12 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2016

  1. Configuration menu
    Copy the full SHA
    ff4bdf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    375dede View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f670a81 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2016

  1. Add options to csv export

    pascal26 committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    6567a01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7aa1c0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b9f583 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10122a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f16a899 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. Configuration menu
    Copy the full SHA
    d65c0f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9edf4b8 View commit details
    Browse the repository at this point in the history
  3. update to shipping lib

    pollen8 committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    49eebb6 View commit details
    Browse the repository at this point in the history
  4. jsfix for list plugins

    pollen8 committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    433f0c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83c7dc9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0cb8f07 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b0117f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e57659f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2016

  1. refractored all helper classes into namespaces, moved image classes i…

    …nto Fabrik/Image. Replaced JString with Fabrik\String\Helper and JArrayHelper with Fabrik\Helper\ArrayHelper
    pollen8 committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    a7c628a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f53bf18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b215c69 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/joomla3' into joomla3

    # Conflicts:
    #	plugins/fabrik_form/email/email.php
    cheesegrits committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    1c34313 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2016

  1. Configuration menu
    Copy the full SHA
    72882e5 View commit details
    Browse the repository at this point in the history
  2. merge

    pollen8 committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    02c359e View commit details
    Browse the repository at this point in the history
  3. gitignore

    pascal26 committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    fff85a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53cf120 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e300ea View commit details
    Browse the repository at this point in the history
  6. Fix for form_X JS includes, need to specify an assoc key. Fix for "un…

    …terminated expression" in system plugin for jLayouts.
    cheesegrits committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    bb68e79 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3fce912 View commit details
    Browse the repository at this point in the history
  8. Minifying JS

    cheesegrits committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    8c4f7f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2016

  1. Configuration menu
    Copy the full SHA
    27fb6a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b2caae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7eb3569 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c524a37 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2016

  1. Minifying

    cheesegrits committed Apr 16, 2016
    Configuration menu
    Copy the full SHA
    e669fb8 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. Configuration menu
    Copy the full SHA
    ffea545 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. Update list.php

    This was supposedly fixed weeks ago... except, it wasn't. Produces a series of 'Array to string conversion' and 'Undefined property' errors that fails to initialize $canRepeatsPkValues correctly.
    bauer-git committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    a6a575d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1695 from bauer-git/patch-15

    Update list.php
    cheesegrits committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    267f4cf View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2016

  1. Hacky fix for showing validations in repeat groups in table format, a…

    …s they don't have tips to attach a popup err msg to, so do it the non-bootstrap way of inserting a warning icon.
    cheesegrits committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    735aa9f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2016

  1. Configuration menu
    Copy the full SHA
    21bdc97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39eab83 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2016

  1. Configuration menu
    Copy the full SHA
    a967640 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c819e48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    041fd01 View commit details
    Browse the repository at this point in the history
  4. added global option to turn on/off bursting of js file loads. The glo…

    …bal option can be overridden with the query string burst=1
    pollen8 committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    3b4ad3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    738cd7e View commit details
    Browse the repository at this point in the history
  6. compressed js files

    pollen8 committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    1fdc892 View commit details
    Browse the repository at this point in the history
  7. Commenting out using non-breaing space in display of empty merged dat…

    …a in lists, while I figure out better way of getting merged formatting to be mroe consistent.
    cheesegrits committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    5dabb59 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4fa6a76 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b8619e6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bde6bf2 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. Configuration menu
    Copy the full SHA
    66ebb98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b83ff2 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2016

  1. Fixing Caneditrow naming

    cheesegrits committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    c7980c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75f66b4 View commit details
    Browse the repository at this point in the history
  3. More fixing Caneditrow name

    Seems it must be exactly like in the class name
    trob committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    f2cf5cd View commit details
    Browse the repository at this point in the history
  4. Attempting to fix autocomplete in repeated joins. Not fixed, but need…

    …ed this change anyway (I think!)
    cheesegrits committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    cdbc86e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2016

  1. Configuration menu
    Copy the full SHA
    828666d View commit details
    Browse the repository at this point in the history
  2. removed empty->&nbsp;

    following our Skyp discussion
    trob committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    8bc6695 View commit details
    Browse the repository at this point in the history
  3. fixed: php notice and js error if order plugin used but no order elem…

    …ent selected for the list
    pollen8 committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    2fe7af0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    656ec67 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2016

  1. fixed: csv import when creating a new list in admin. If primary key s…

    …et to be appended to the import data by the user, then there was a mismatch between the headings (containing the new id field) and the data (which did not have the additional column for the id).
    pollen8 committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    b162fbd View commit details
    Browse the repository at this point in the history
  2. fixed: admin csv import into new list: if pk already exisiting in csv…

    … data (so we dont ask in the import to add a new pk field) the csv data for this element was being ignored
    pollen8 committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    111b560 View commit details
    Browse the repository at this point in the history
  3. woops

    pollen8 committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    28ffc98 View commit details
    Browse the repository at this point in the history
  4. fixed: csv admin import into new list. We were loosing the jform post…

    … params, specifically the addkey param when creating the list and then asking for the import model to insert the data
    pollen8 committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    cb0b9d6 View commit details
    Browse the repository at this point in the history
  5. fixed: database join element, rendered as auto-complete in a repeat g…

    …roup was generating a JS error as its require section was not loading the correct autocomplete file.
    pollen8 committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    99527df View commit details
    Browse the repository at this point in the history
  6. fixed: csv import in admin when creating a new list: deselecting elem…

    …ents for import was not removing those columns data from the csv data, meaning that data was inserting into the wrong columns
    pollen8 committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    0e25990 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    95149ba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c27fde View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dfd0914 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2016

  1. Update default.xml - CSV export popup width

    Allows popup modal for CSV export to be designed on a per-menu basis.
    I'll be sure to add labels to en-GB language file once committed.
    bauer-git committed May 1, 2016
    Configuration menu
    Copy the full SHA
    5ebeabe View commit details
    Browse the repository at this point in the history

Commits on May 2, 2016

  1. Update view.base.php

    I forgot to include this in my changes for the CSV Export popup. This will include the Joomla menu options for the popup width and options label width
    bauer-git committed May 2, 2016
    Configuration menu
    Copy the full SHA
    1bf0863 View commit details
    Browse the repository at this point in the history
  2. Added contentURL to opts2 array in RedirectWindow method, as for some…

    … reason the jQuery.merge(opts2, opts) was losing it if it was specified in opts but not opts2. Which is strange, as merging is kind of the point of merge.
    cheesegrits committed May 2, 2016
    Configuration menu
    Copy the full SHA
    47d42a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38e666e View commit details
    Browse the repository at this point in the history
  4. Fixing issue with eroneous query being generated in cron plugin, as a…

    … result of calling buildQuery() from cron to put in the log.
    cheesegrits committed May 2, 2016
    Configuration menu
    Copy the full SHA
    7bba600 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. Configuration menu
    Copy the full SHA
    120c797 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f435fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bacf8f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a085e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23cc51e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2016

  1. Minified JJS

    cheesegrits committed May 4, 2016
    Configuration menu
    Copy the full SHA
    0535e8a View commit details
    Browse the repository at this point in the history
  2. Update group.php

    Gets past error that freezes javascript and prevents a new list from being added.
    See http://fabrikar.com/forums/index.php?threads/new-list-element-content-options-not-shown-now-cannot-delete-list.43823/
    bauer-git committed May 4, 2016
    Configuration menu
    Copy the full SHA
    95515ea View commit details
    Browse the repository at this point in the history

Commits on May 5, 2016

  1. Fixed issue where merged repeat data was dropping the first repeat in…

    … the display if value was null (casting null to an array gives an empty array, not of an array with a single null value)
    cheesegrits committed May 5, 2016
    Configuration menu
    Copy the full SHA
    0faf05b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d631f2d View commit details
    Browse the repository at this point in the history
  3. Update CSV Export

    Csv export Clean html option
    pascal26 committed May 5, 2016
    Configuration menu
    Copy the full SHA
    53dedec View commit details
    Browse the repository at this point in the history
  4. Changed all list related getLayout() to use the list model method, ra…

    …ther than the helper, so they can all use per template overrides, in ./views/list/tmpl/whatever/layouts. Had done the ones in the model a while back, just did the ones in view and tmpl code.
    cheesegrits committed May 5, 2016
    Configuration menu
    Copy the full SHA
    2304335 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa262da View commit details
    Browse the repository at this point in the history

Commits on May 6, 2016

  1. Small change to Limit plugin, to allow not specifying a user element,…

    … and just treating the limit as an overall limit on submissions to the list.
    cheesegrits committed May 6, 2016
    Configuration menu
    Copy the full SHA
    115125f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c65fe1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f94ad94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1e75b6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1708 from pascal26/joomla3

    Csv export options
    pollen8 committed May 6, 2016
    Configuration menu
    Copy the full SHA
    a3068ac View commit details
    Browse the repository at this point in the history

Commits on May 8, 2016

  1. Configuration menu
    Copy the full SHA
    c763976 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df546b9 View commit details
    Browse the repository at this point in the history
  3. Added "Check MX" option to isemail validation, ensures domain part of…

    … address has a valid MX in the DNS.
    cheesegrits committed May 8, 2016
    Configuration menu
    Copy the full SHA
    a62b9cf View commit details
    Browse the repository at this point in the history
  4. Fix for filter queries, when "recorded data" and a join where clause …

    …doesn't start with WHERE (so wasn't getting replaced with AND)
    cheesegrits committed May 8, 2016
    Configuration menu
    Copy the full SHA
    adf64ed View commit details
    Browse the repository at this point in the history

Commits on May 9, 2016

  1. Configuration menu
    Copy the full SHA
    87ffb50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7648e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7857095 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2016

  1. Configuration menu
    Copy the full SHA
    f39fb88 View commit details
    Browse the repository at this point in the history
  2. Changed list radius search plugin button to use it's own language str…

    …ing, rather than COM_FABRIK_SEARCH, so it can be overridden.
    cheesegrits committed May 10, 2016
    Configuration menu
    Copy the full SHA
    84cbe68 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2016

  1. Merge pull request #1707 from bauer-git/patch-23

    Update group.php
    pollen8 committed May 11, 2016
    Configuration menu
    Copy the full SHA
    7fd0ba2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1706 from bauer-git/patch-22

    Update view.base.php
    pollen8 committed May 11, 2016
    Configuration menu
    Copy the full SHA
    7f438fc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1704 from bauer-git/patch-19

    Update default.xml - CSV export popup width
    pollen8 committed May 11, 2016
    Configuration menu
    Copy the full SHA
    1b5657a View commit details
    Browse the repository at this point in the history
  4. Update csvexport.php

    This is really a pretty simple 2-line addition with an if condition. (None of the rest of the "changed" lines are actually changed - just indented because of the inserted 'if' condition.)
    
    This change would accommodate (at least half of) my long-standing problem regarding the need to provide a TRUE Excel spreadsheet from a Fabrik list. It’s just a few lines of code and it doesn’t affect anything else in Fabrik.
    
    What this would do is implement the inclusion of a php script that acts as a replacement for the routine run by Fabrik in the downloadFile() function of csvexprt.php. Look at it as an extension/alternative for the listcsv plugin.
    
    The inclusion and success of the Export is based on one simple rule (Just like what is done for form_x.js, list_x.js, and details.js files.) If the file exists “./plugins/fabrik_list/listcsv/scripts/list_[ListID]_csv_export.php”, then that file is imported via php require() rather than the normal downloadFile() processing done by Fabrik.
    
    For example,in my php script I use phpExcel to transform the CSV file into an xlsx file – adding my own formatting, password protection, locks and freezes on certain columns or rows of the spreadsheet.
    
    It works for me - and I think it would be a good addition to Fabrik. This wouldn’t have to be used just for Excel files, using the phpExcel library. It could be used to create any kind of file based on the data in the CSV file – using whatever 3rd party tool (like phpExcel) is required to do so.
    I’ll post an example of how to use it with phpExcel in the Wiki, once I see that you have committed my pull request.
    bauer-git committed May 11, 2016
    Configuration menu
    Copy the full SHA
    a312ad2 View commit details
    Browse the repository at this point in the history
  5. Update en-GB.com_fabrik.ini

    Labels and Descriptions for menu-level CSV popup configuration settings
    bauer-git committed May 11, 2016
    Configuration menu
    Copy the full SHA
    a87a5ec View commit details
    Browse the repository at this point in the history
  6. Update default.xml

    Label and description string constants updated for menu CSV Export popup window and options width.
    bauer-git committed May 11, 2016
    Configuration menu
    Copy the full SHA
    57dc692 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3fff1e8 View commit details
    Browse the repository at this point in the history
  8. Update csvexport.php

    oops - I could've sworn I caught and fixed that last week
    bauer-git committed May 11, 2016
    Configuration menu
    Copy the full SHA
    51d4d2f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0d14b99 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1714 from bauer-git/patch-25

    Update en-GB.com_fabrik.ini
    pollen8 committed May 11, 2016
    Configuration menu
    Copy the full SHA
    46accab View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1713 from bauer-git/patch-26

    Update default.xml
    pollen8 committed May 11, 2016
    Configuration menu
    Copy the full SHA
    2248f8d View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1712 from bauer-git/patch-24

    Update csvexport.php - resubmitted PR per Rob's request
    pollen8 committed May 11, 2016
    Configuration menu
    Copy the full SHA
    d545dbf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    34bf2ec View commit details
    Browse the repository at this point in the history

Commits on May 12, 2016

  1. update fullcalendar lib

    pollen8 committed May 12, 2016
    Configuration menu
    Copy the full SHA
    e3483cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38e7904 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a6a644 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2016

  1. fixed: list ajax filter, if you filtered so that now rows shown, clea…

    …ring the filter was not rendering rows
    pollen8 committed May 13, 2016
    Configuration menu
    Copy the full SHA
    21aec38 View commit details
    Browse the repository at this point in the history
  2. fixed: ajax list filtering was never updating headings. Also ajax ord…

    …er by was producing an error
    pollen8 committed May 13, 2016
    Configuration menu
    Copy the full SHA
    d2ec6fa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1648 from bauer-git/patch-10

    hide checkbox per param
    pollen8 committed May 13, 2016
    Configuration menu
    Copy the full SHA
    8849c05 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1646 from bauer-git/patch-8

    Update list.xml
    pollen8 committed May 13, 2016
    Configuration menu
    Copy the full SHA
    c3b31c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19c196e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1642 from bauer-git/patch-7

    Fix 'Undefined property: JForm::$repeatCounter'
    pollen8 committed May 13, 2016
    Configuration menu
    Copy the full SHA
    70a1638 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b60c491 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1b0a1fc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    41d6898 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2016

  1. Configuration menu
    Copy the full SHA
    50b2be1 View commit details
    Browse the repository at this point in the history
  2. Added eval option to upsert values, for doing things like json_encode…

    …() of dropdown element values, etc.
    cheesegrits committed May 14, 2016
    Configuration menu
    Copy the full SHA
    9eb4e40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e306831 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0c8722 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2016

  1. Fix for corner(ish) case with list ACL's can add but not edit, when v…

    …alidation fails, was getting wrong access level.
    cheesegrits committed May 16, 2016
    Configuration menu
    Copy the full SHA
    98d2c43 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2016

  1. Update list.js

    Revamp of CSV Export popup
    bauer-git committed May 20, 2016
    Configuration menu
    Copy the full SHA
    33e9490 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2016

  1. Update fabrik.js

    Popup width was using popup height xml setting!
    bauer-git committed May 22, 2016
    Configuration menu
    Copy the full SHA
    45c360a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1724 from bauer-git/patch-8

    Update fabrik.js
    trob committed May 22, 2016
    Configuration menu
    Copy the full SHA
    5908192 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2016

  1. Configuration menu
    Copy the full SHA
    7f3879e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a77f0c4 View commit details
    Browse the repository at this point in the history
  3. min js file

    pollen8 committed May 23, 2016
    Configuration menu
    Copy the full SHA
    b3556f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b887c2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a71eb08 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ffb2864 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1720 from bauer-git/patch-7

    Update list.js with @bauer-git changes for CSV export window.
    cheesegrits committed May 23, 2016
    Configuration menu
    Copy the full SHA
    e43c1f1 View commit details
    Browse the repository at this point in the history
  8. Minifying JS

    cheesegrits committed May 23, 2016
    Configuration menu
    Copy the full SHA
    c9aaf5c View commit details
    Browse the repository at this point in the history
  9. fixed multipage form issues: Not working in admin. Now clears any val…

    …idation tips before trying to move to the next page. Clear multipage session data button now shown
    pollen8 committed May 23, 2016
    Configuration menu
    Copy the full SHA
    d14dccd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7f264f0 View commit details
    Browse the repository at this point in the history
  11. fixed: list and form partial views were generating errors as we had the

    base classes (rather than the html classes) setting canonical links. This
    caused issues with bootstrap being loaded twice with a list with a pop up
    form. Which caused the lists dropdowns to have 2 click events assigned to
    them, making the dropdown open and close straight away
    pollen8 committed May 23, 2016
    Configuration menu
    Copy the full SHA
    98ff09a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2615aeb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0ac49f5 View commit details
    Browse the repository at this point in the history
  14. Tweak to textarea to render newlines correctly in list view. Tweak to…

    … isemail validation for new mx test.
    cheesegrits committed May 23, 2016
    Configuration menu
    Copy the full SHA
    618bba1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d0d48ad View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. refactoring

    pollen8 committed May 24, 2016
    Configuration menu
    Copy the full SHA
    8dbdb45 View commit details
    Browse the repository at this point in the history
  2. added controller namespaced class to handle dependacy injection. Fixe…

    …d tz offset for start/date elements in pop up form (was dependant on store as local and default to today settings) Closes GH-1710
    pollen8 committed May 24, 2016
    Configuration menu
    Copy the full SHA
    f349682 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41702e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e15a11 View commit details
    Browse the repository at this point in the history
  5. Date element values incorrect when using querystring values. Reverted…

    … recent fullcalendar changes which were no longer needed. closes GH-1711.
    pollen8 committed May 24, 2016
    Configuration menu
    Copy the full SHA
    2dd3bfd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2148937 View commit details
    Browse the repository at this point in the history
  7. Tweaking detail links (view/edit) and the openSingleView() method so …

    …they work in visualizations (so using a an element set to detail link in a google map bubble will open popup)
    cheesegrits committed May 24, 2016
    Configuration menu
    Copy the full SHA
    0cdc8a0 View commit details
    Browse the repository at this point in the history
  8. Update window.js

    Prevents page from being scrolled when modal window is visible. 
    Uses form title if popup title is blank (which happens with 'ajaxified' custom links in lists - and then there is no drag handle ).
    
    No idea why the if condition if(!this.options.modal) that prevented it from being dragable???
    bauer-git committed May 24, 2016
    Configuration menu
    Copy the full SHA
    9a76c77 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1725 from bauer-git/patch-10

    Update window.js with some changes from @bauer-git
    cheesegrits committed May 24, 2016
    Configuration menu
    Copy the full SHA
    ef34076 View commit details
    Browse the repository at this point in the history
  10. Tweaking detail links (view/edit) and the openSingleView() method so …

    …they work in visualizations (so using a an element set to detail link in a google map bubble will open popup)
    cheesegrits committed May 24, 2016
    Configuration menu
    Copy the full SHA
    8299275 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    249d8d8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    210a622 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2016

  1. fixed: issues for modals in UIKit. Removed: code to back the backgrou…

    …nd unscrollable when creatign a window. This broke page scrolling for any form that had an ajax fileupload in it
    pollen8 committed May 26, 2016
    Configuration menu
    Copy the full SHA
    0bac206 View commit details
    Browse the repository at this point in the history
  2. Fix for old media JS paths, so we don't use the old .media/com_fabrik…

    …/js/foo-min.js, we correctly use the dist/foo.js.
    cheesegrits committed May 26, 2016
    Configuration menu
    Copy the full SHA
    a7c02dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f16fbc2 View commit details
    Browse the repository at this point in the history
  4. Update csvexport.php

    Change to allow 'normal' CSV Export download even if custom processing was included.
    bauer-git committed May 26, 2016
    Configuration menu
    Copy the full SHA
    4714afe View commit details
    Browse the repository at this point in the history

Commits on May 28, 2016

  1. Update importcsv.php

    bauer-git committed May 28, 2016
    Configuration menu
    Copy the full SHA
    c3e75e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bba998 View commit details
    Browse the repository at this point in the history
  3. Update en-GB.com_fabrik.ini

    en-GB language for CSV Import menu options.
    bauer-git committed May 28, 2016
    Configuration menu
    Copy the full SHA
    5ad0827 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2016

  1. Configuration menu
    Copy the full SHA
    6bac87c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cb75ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a08d6bc View commit details
    Browse the repository at this point in the history

Commits on May 31, 2016

  1. Configuration menu
    Copy the full SHA
    fcbbf68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f570574 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a0b4fc View commit details
    Browse the repository at this point in the history
  4. typo

    bauer-git committed May 31, 2016
    Configuration menu
    Copy the full SHA
    63e8e1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    801a4df View commit details
    Browse the repository at this point in the history
  6. Adding view=partial to join element front end select/add, fixed issue…

    … in main buildQuerySelect() where we needed 'partial' in the list of formats we add a __pk_val to the data for.
    cheesegrits committed May 31, 2016
    Configuration menu
    Copy the full SHA
    b91f333 View commit details
    Browse the repository at this point in the history
  7. Added fabrik.element.date.calendar.show event to date element JS, so …

    …people can mess with the cal when opening it.
    cheesegrits committed May 31, 2016
    Configuration menu
    Copy the full SHA
    5a0ce77 View commit details
    Browse the repository at this point in the history
  8. Added fabrik.element.date.calendar.created event to date element JS, …

    …so people can mess with the cal when it is created.
    cheesegrits committed May 31, 2016
    Configuration menu
    Copy the full SHA
    f8d126e View commit details
    Browse the repository at this point in the history
  9. Fixing notice in s3 lib

    cheesegrits committed May 31, 2016
    Configuration menu
    Copy the full SHA
    819ac6f View commit details
    Browse the repository at this point in the history
  10. Fixing (?) window.center(), removed adding the scroll position when c…

    …entering, as it now seems to be relative not absolute? So adding the scroll position was sending windows off screen.
    cheesegrits committed May 31, 2016
    Configuration menu
    Copy the full SHA
    0d62c01 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    567af73 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2016

  1. Configuration menu
    Copy the full SHA
    2832f07 View commit details
    Browse the repository at this point in the history
  2. Typo error in webservice.js

    Typo error in webservice.js
    nusilmar committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    bd96d79 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1737 from nusilmar/patch-4

    Typo error in webservice.js
    cheesegrits committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    18614f0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1727 from bauer-git/patch-24

    Update csvexport.php
    cheesegrits committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    014a99f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1730 from bauer-git/patch-25

    Update importcsv.php
    cheesegrits committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    e3641bf View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1731 from bauer-git/patch-26

    Adds menu options for CSV Import extensions, overwrite, and dropdata
    cheesegrits committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    c7da0d1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1732 from bauer-git/patch-27

    Update en-GB.com_fabrik.ini
    cheesegrits committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    0d6171a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2016

  1. Configuration menu
    Copy the full SHA
    6b75ceb View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2016

  1. Fullcalendar fixes:

    	Implemented show weekends, this is a global option in fullcalendar so moved the setting to the options tab.
    	Corrected greyscaledweekends. This is applied to all views.
    	Set the popup title height so the close icon displays inside it.
    	Correct the button icons for the popup.
    skurvish committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    ccac171 View commit details
    Browse the repository at this point in the history
  2. Minified js

    skurvish committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    1bc8030 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2016

  1. Fix shim duplication.

    Fix language usage in fullcalendar.
    skurvish committed Jun 5, 2016
    Configuration menu
    Copy the full SHA
    26afc22 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1746 from skurvish/joomla3

    Fullcalendar fixes:
    cheesegrits committed Jun 5, 2016
    Configuration menu
    Copy the full SHA
    b57ea54 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2016

  1. Merge pull request #1689 from trob/userelement-filterlabel

    user element: get filter label as in dbjoin
    cheesegrits authored Jul 5, 2016
    Configuration menu
    Copy the full SHA
    154b448 View commit details
    Browse the repository at this point in the history