Git Product home page Git Product logo

jem-project's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jem-project's Issues

Filters

filters for search for various views is limited. Query already grabs information so why not use it to $filter_type?

Example in modes/eventlist.php
// ###############
case 'category' :
$where .= ' AND LOWER( c.catname ) LIKE '.$filter;
break;

    if ($params->get('filter'))
    {
        $filter = JRequest::getString('category', '', 'request');

        if ($filter)
        {
            // clean filter variables
            $filter         = JString::strtolower($filter);
            $filter         = $this->_db->Quote( '%'.$this->_db->getEscaped( $filter, true ).'%', false );

            $where .= ' AND LOWER( c.catname ) LIKE '.$filter;
        }
    }       

See in action at: http://www.usyw.org/events?category=tournaments or http://www.usyw.org/events?category=tournaments&filter_type=state&filter=Iowa

Fields that can be done this way are State, Date, Category,... whatever else makes sense.

Settings save to database

Fix altered database settings for the save settings for those added or removed since 1.0.

Such as mailinform, mailinformrec, mailinformuser, commentsystem' or fields added for attachments.

error when importin events.csv

when importing events.csv a file exported from 1.0.2 DV
ENDDATE WRONG FORMAT
ENDDATE WRONG FORMAT
ENDDATE WRONG FORMAT
ENDDATE WRONG FORMAT
ENDDATE WRONG FORMAT
WRONGENDTIMEFORMAT

even when I prepare to a time format of hh:mm

Open date with selected time

there seems to be something with open date + selected time..

  • make an event
  • don't select a date
  • choose a time, like 03:00

The event will show as "open date" but the time is displaying like 00:00... When choosing 00:00 as time the message will be gone so that it will only show "Open date"..

So have to find out what the issue is for not showing the time...

big attachments, resulting in error.

when adding an big attachment in the backend it is redirecting to the Joomla mainmenu. The attachment was bigger then allowed. Another error is 'cannot find or read file'

Duplicate events when using multiple menu items w/ SEF & Rewrite

Think of setting up a drill down hierarchy website.

Main Category
-- Sub Category # 1
---- Sub Sub Category # 1
-- Sub Category # 2
---- Sub Sub Category # 2
---- Sub Sub Category # 3

Using Search Engine Friendly URLs with Rewrites on.

Create a menu JEM » Simplelist layout Menu Item called "Events". The URL to the JEM » Simplelist is http://localhost/events/

Events from Simplelist layout Menu Item page are:
http://localhost/events/details/1-event-1
http://localhost/events/details/2-event-2

Create a sub menu item using JEM » Category Events layout called category-events-layout. URL to that menu is http://localhost/events/category-events-layout/ selecting Sub-Category # 1 as the category.

Event for JEM » Category Events layout page is:
http://localhost/events/category-events-layout/details/2-event-2

So the below links are duplicate events:

http://localhost/events/details/2-event-2
http://localhost/events/category-events-layout/details/2-event-2

See http://dev.usyw.org for example

error importing venues.csv

importing venues.csv a file exported from 1.0.2 DV
Fatal error: Call to undefined method eventlist_venues::insertIgnore() in .../administrator/components/com_eventlist/models/import.php on line 317

categories layout B gives error

Hi,
when I open menu categories layout B it gives me following error:
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in .../libraries/joomla/database/database/mysql.php on line 293 Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in .../libraries/joomla/database/database/mysql.php on line 293

install error

tried to install the version from midnight (over the version from 22:00 MES). Cannot install. Error during installing.

not showing all categories

It shows me only one category (with subcategories included) but not all categories,
(Have all categories to be in a toplevel category?)

Change manifest file

the eventlist.xml file has to be altered..
Also the image location is going to be changed.

images/css/js are going to the media folder and this can be achieved by altering references in several files.hmm, perhaps this weekend.

pagecounter shows up but there are no events (eventslist view)

This can happen when:

  • adding events
  • add no categorie to them
  • publish them

You'll notice a pagecounter (when more then the limit)
When adding the category will show up..

It seems the events are counted and the pagecounter expects them to be there but as there is no cat assigned it will not show it in the table. Preventing such a thing can be with a script checking that an cat is being assigned. Aldo the check will be there it can still happen,. i.e. by import

trying to get property error (detail view)

When using the link within the ical it was resulting in an error..
It has to to with code in the view.html

// system info //

  • Development error turned on
  • PHP 5.3.13
  • Joomla 2.5.9

error in table position flyer after import

category events and simple list gives error (after import)
Notice: Undefined index: thumbwidth in .../components/com_jem/classes/output.class.php on line 459 Notice: Undefined index: thumbheight in .../components/com_jem/classes/output.class.php on line 459

language strings have to be changed

In the package there are Jtext strings looking like JText::_('PREV'), they have to be replaced by code looking like: JText::_('COM_EVENTLIST_PREV'). But be aware the date_format strings shouldn't be altered.

ical not working

Due to old code of the v1.1 the ical will not work.
The file that is generated does not the new format

select boxes in xml files are not working

In the xml files (front view) there are options to select an category or venue. In 1.1 this was done by a popup but in the v1.02 it did not seem to be working.

Reason?: The admin/element page is not referenced correctly, it has to be fixed.

Warning: imagejpeg()

When editing an event frontend and then upload an image it will display this error...

much worse

last update worse:
opening simplelist:
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in .../libraries/joomla/database/database/mysql.php on line 293
Warning: Cannot use a scalar value as an array in .../components/com_jem/models/eventlist.php on line 122
Notice: Trying to get property of non-object in .../components/com_jem/models/eventlist.php on line 123
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in .../libraries/joomla/database/database/mysql.php on line 293

Warning: Invalid argument supplied for foreach() in .../components/com_jem/views/eventlist/view.html.php on line 163 Warning: Invalid argument supplied for foreach() in .../components/com_jem/views/eventlist/tmpl/default_table.php on line 146

no events

(MOD)Random (unique) attachment filename

(MOD)Random (unique) attachment filename

Open ./classes/attachment.class.php

Find:
JFile::copy($post_files['tmp_name'][$k], $path.DS.$file);
Replace:
// #####################################
$file_ext22 = end(explode(".", strtolower($file)));
// START --> Random file name
$file = time().".".$file_ext22;
// END --> Random file name
JFile::copy($post_files['tmp_name'][$k], $path.DS.$file);
// #####################################

params + request field

in the xml files are reqeust fields but when using the request parameter it's having difficulties with the other settings.. have to look at it.

white page with error in day layout

uploaded JEM11CONVERTVERSION from 17:03 MES

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in...s/components/com_eventlist/views/day/tmpl/default_table.php on line 68

different notices and warnings in frontend

Venueedit
Notice: Undefined property: eventlist_venues::$attachments in …/components/com_eventlist/views/editvenue/tmpl/default_attachments.php on line 37
Warning: Invalid argument supplied for foreach() in …/components/com_eventlist/views/editvenue/tmpl/default_attachments.php on line 37

Simplelist
Flyer
Notice: Undefined property: stdClass::$datimage in …/components/com_eventlist/views/eventlist/tmpl/default_table.php on line 158
Attendees
Notice: Undefined property: stdClass::$regCount in …/components/com_eventlist/views/eventlist/tmpl/default_table.php on line 297

Events of a day:

Notice: Undefined property: stdClass::$name in .../components/com_eventlist/views/day/view.html.php on line 78 Notice: Undefined property: stdClass::$name in .../components/com_eventlist/views/day/view.html.php on line 87 Notice: Undefined property: stdClass::$name in .../components/com_eventlist/views/day/view.html.php on line 90

outdated _finditems function

The _finditems function within the helper/route.php seems to be outdated. When generating ics links it's not appending the Itemid code. So this has to be fixed..

emp fix can be to append the Itemid manually:
$app = JFactory::getApplication(); $menuitem = $app->getMenu()->getActive()->id; $link = JURI::base().EventlistHelperRoute::getRoute($event->slug).'&Itemid='.$menuitem;

Problem with no image categoryeventsview

This problems happens when:

  • create new category backend
  • don't choose an image
  • save
  • then look at the frontend

The flyer tries to make an picture but can't do that as text is storend in the image field. When choosing no image it did store the description mentioned in the model (category->image)in the database.

so this has to be fixed.

todo: create jem component

well, the name has to be changed eventually so as noted in the forum it is better to do make it a seperate installation. so eventlist & jem can be installed next to eachother. This can be achieved by renaming and altering differtent references in the files.

  • Tables have to be altered
  • references to them have to be altered
  • install script has to be renamed
    ---etc... perhaps next week.

404 #0# found

This error is due to an outdated xml file in the backend.

there is an request field and there should be a select box to select the categories or categories. The Element pages are outdated (using JElement) and have to be altered also make sure that the input from the select boxes is being used... so yep there is some more work to do..

unknown language file

I translated COM_EVENTLIST_SETTINGS_EVENT_TABLE_SPACER in my admin language file, but it persists like that, where is this?

unknownlanguagefile

Where to insert the german words for
options>settings
seems not to be in de_DE_com_eventlist.ini and things like that!

flyercreator for categories

noticed that the categoryflyer for categories is not there.. so have to change that. Actually the code can be used of the DEV version. had it already but not in this version.

Installing component was successful but

I have installed the current release on JL259 by default. There are 3 warnings for 3 lines:

Strict Standards: Only variables should be assigned by reference in F:\xampp\htdocs\JL259JEM20\administrator\components\com_jem\install.jem.php on line 43

Strict Standards: Only variables should be assigned by reference in F:\xampp\htdocs\JL259JEM20\administrator\components\com_jem\install.jem.php on line 187

Strict Standards: Non-static method JFTP::getInstance() should not be called statically in F:\xampp\htdocs\JL259JEM20\libraries\joomla\filesystem\folder.php on line 210

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.