Welcome, Guest. Please login or register.
Did you miss your activation email?
February 12, 2012, 06:19:25 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
149621 Posts in 21098 Topics by 7537 Members
Latest Member: lotte2
* Home Help Search Login Register
Pages: 1 ... 3 4 [5] 6 7   Go Down
Print
Author Topic: New Event Calendar v1.21b up to V1.3  (Read 46843 times)
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7660



WWW
« Reply #100 on: April 06, 2006, 01:36:58 PM »

OK, here we go

The first Release Canditade of Event Calendar 1.4 is ready.

Changelog:
  + Added layout editable in admin interface
  + Added Header and Footer editable in admin interface
  + Added Option to display or not display month events
  + Changed frontend- and backendlayout
  + Changed all copyright notices includes now 2006
  + fixed German language file
  + fixed minor bugs in search tables

How to Update:
 - Overwrite all files in your existing installation with the new ones from the attached package.
 - Run once the "upgrade_event_from1 3_to14.php" script wich you found in this package btw. in your modules/event folder.
 - After upgrading please delete all files with "upgrade .." in your modules/event folder
 - Delete also the "event.css" file.

ToDoList:
 +Add the additions from rsmith (add yearly repeating events, adding events with multiple dates)

So please test and post possible issues. Please also test the upgrade script. But do it not on production sites as long as we have only Release Canditates.

Have fun

Matthias

Edit:
Newer version released a few posts down.
« Last Edit: April 06, 2006, 11:49:42 PM by ruebenwurzel » Logged
bupaje

Offline Offline

Posts: 519


WWW
« Reply #101 on: April 06, 2006, 05:06:39 PM »

Looks good so far. Smiley

How hard would it be to add a 'Priority' box to put a number for importance 1, 2,3 or even better small flag icons red, yellow, green? Because then you can also use it to not only indicate event type 'birthday' etc but you can use it as a todo list

http://stormvisions.com/pages/test.php
Logged

My Blog, My Site
rsmith

Offline Offline

Posts: 194


« Reply #102 on: April 06, 2006, 07:05:26 PM »

Nice Changes... Smiley Already testing it...

One thing I found... the Arrows Left and Right...
Line 124 & 137 or about...  echo $WB_URL;      I had to take the $ out for it to find the file correctly otherwise the alt text was displaying

On the administrative side...A few German Words slipping in on the settings page... Smiley  Layouteinstellungen, Kopfzeile, Fu?zeile


Looks good so far.. I'll test some more and let you know If I find anything else

Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7660



WWW
« Reply #103 on: April 06, 2006, 07:17:45 PM »

Hello,

Quote
One thing I found... the Arrows Left and Right...
Line 124 & 137 or about...  echo $WB_URL;      I had to take the $ out for it to find the file correctly otherwise the alt text was displaying

Fixed, added to view.php
Code:
$WB_PATH = WB_PATH;
$WB_URL = WB_URL;

Quote
On the administrative side...A few German Words slipping in on the settings page... Smiley  Layouteinstellungen, Kopfzeile, Fu?zeile
Fixed, changed it in EN.php and NL.php

So if your additions are implemented, i think we got RC2 in the next few hours.

Matthias
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7660



WWW
« Reply #104 on: April 06, 2006, 11:42:47 PM »

OK, here we go

The second Release Canditade of Event Calendar 1.4 is ready.

Changelog since 1.3:
  + Added Events from all Events are linked to monthly Events (Thanks to rsmith)
  + Added copy events (Tanks to rsmith)
  + Added yearly events (Thanks to rsmith)
  + Fixed wrong date formats (Tanks to rsmith)
  + Fixed date switching in admin interface (Tanks to rsmith)

  + Added layout editable in admin interface
  + Added Header and Footer editable in admin interface
  + Added Option to display or not display month events
  + Changed frontend- and backendlayout
  + Changed the copyright notices to include 2006
  + fixed German language file
  + Added new fields to all language files
  + fixed minor bugs in search tables

How to Update:
 - Overwrite all files in your existing installation with the new ones from the attached package.
 - Run once the "upgrade_event_from1 3_to14.php" script wich you found in this package btw. in your modules/event folder.
 - After upgrading please delete all files with "upgrade .." in your modules/event folder
 - Delete also the "event.css" file.

So please test and post possible issues. Please also test the upgrade script. But do it not on production sites as long as we have only Release Canditates.

A very special thanks to rsmith who done a great fast job to get this RC2 so fast online. I think this version now is very stable and if there are found no more failures we will release it in a few days as 1.4. Final.

Have fun

Matthias

Edit:
Newer version released a few posts down.
« Last Edit: April 08, 2006, 04:23:18 PM by ruebenwurzel » Logged
rsmith

Offline Offline

Posts: 194


« Reply #105 on: April 07, 2006, 10:08:52 PM »

Hi All...

I'm new to WebSite Baker and think its great, I have been working with ruebenwurzel  to update some of the Event Calendar Module and am surprised how easy the WB Modules are to manage and create , kudos to Ryan and All the Developers...

One Issue i had, especialy during the testing of various changes is when a New event is added it has to be saved, if its not saved there ends up being an empty entry. Looking deeper this appears to be an issue with a number of modules.. . Smiley small issue, but i have a simple "fix"

Attached is an updated modify.php for the Event Calendar v1.4 RC2, (specfically lines 35 and 36)  For those developers out there...  When modifing the page within the WB Admin,  in this case the calendar page the additional code will remove any "empty" records from the database and automatically leaning up those extra empty records that may exist...
 
To "Install"
Backup your existing database (I always do, just in case)
Update your event calendar as seen above
backup and overwrite the modify.php in the modules/event folder
now go "edit" the Event Calendar page within the Administration, if empty records exist this should remove them...

simple yet effective, Hopefully can be added to the release of the Event Calendar and other modules that have the same Issue, just change the table names and your "required" field name..

Any Questions please ask... Hopefully I can be of assistance and help develop more WB modules and enhancements to make WB even greater than it already is

Thanks
Rob



Version included with RC3 below
« Last Edit: April 08, 2006, 09:28:09 PM by rsmith » Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7660



WWW
« Reply #106 on: April 08, 2006, 04:21:39 PM »

OK, here we go

The third Release Canditade of Event Calendar 1.4 is ready.

Changelog since 1.3:
  + Added empty database entries get automaticly deleted (Thanks to rsmith)
  + Added Events from all Events are linked to monthly Events (Thanks to rsmith)
  + Added copy events (Tanks to rsmith)
  + Added yearly events (Thanks to rsmith)
  + Fixed wrong date formats (Tanks to rsmith)
  + Fixed date switching in admin interface (Tanks to rsmith)
  + Added layout editable in admin interface
  + Added Header and Footer editable in admin interface
  + Added Option to display or not display month events
  + Changed frontend- and backendlayout
  + Changed the copyright notices to include 2006
  + fixed German language file
  + Added new fields to all language files
  + fixed minor bugs in search tables

How to Update:
 - Overwrite all files in your existing installation with the new ones from the attached package.
 - Run once the "upgrade_event_from1 3_to14.php" script wich you found in this package btw. in your modules/event folder.
 - After upgrading please delete all files with "upgrade .." in your modules/event folder
 - Delete also the "event.css" file.

So please test and post possible issues. Please also test the upgrade script. But do it not on production sites as long as we have only Release Canditates.

Have fun

Matthias

Edit:
Version 1.4 released at the addons repository
« Last Edit: May 05, 2006, 06:47:31 PM by ruebenwurzel » Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7660



WWW
« Reply #107 on: May 05, 2006, 06:45:01 PM »

OK,

after there seems to be no more wishes and bugs at the moment, i've decided to release the RC3 as the Final version. So you can download it at the addons repository.

Have fun

Matthias
Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6819


WWW
« Reply #108 on: May 05, 2006, 08:19:45 PM »

aaahhh ... if just every module developer would do that (notify you, woudloper or even me ..) when they think their module is ready grin

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

Tin

Offline Offline

Posts: 114



« Reply #109 on: May 06, 2006, 03:05:19 PM »

Hi

I am late with the wish for the Event Calendar - smiley

In the "link" field it would be nice to have also options for "target". For internal links in the site it's not very useful to have a new blank page - for links to external pages it is ok to have _blank as target.

Thanks.

Martin
Logged

Gruss von Tin
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7660



WWW
« Reply #110 on: May 08, 2006, 06:55:22 PM »

And here is the next version

and another big big thanks to Rob Smith. He fixes and adds wishes to modules faster then anyone else grin grin.

Changelog:
     + Added internal link default ="_parent"(Tanks to rsmith)
     + Added external link default="_blank" (Tanks to rsmith)
     + Fixed issues in language files (Thanks to rsmith)
     + Added FR language File(Tanks to rsmith)
     + changed all <? to <?php in view.php

How to update:
From version 1.4 to 1.5 only overwrite the files with the new ones, there are no database changes
From 1.3 to 1.5 overwrite all files and run once the "upgrade_event_from1 3_to14.php" script

@Bennie Wijs
Sorry, saw that you updated today at completed modules to v1.4, could you change the files to v1.5 too, Thanks.

Matthias

Edit:
newer version some posts below
« Last Edit: May 09, 2006, 06:37:12 AM by ruebenwurzel » Logged
Tin

Offline Offline

Posts: 114



« Reply #111 on: May 09, 2006, 03:00:49 AM »

Found a small glitch:

In view.php n line 252 is debug code - can be deleted:

echo " |<B> ".$url1." = ".$url2['host']."</B> | ";

Martin
Logged

Gruss von Tin
rsmith

Offline Offline

Posts: 194


« Reply #112 on: May 09, 2006, 03:05:13 AM »

Ooops... Thought I got them all...

here it is fixed
« Last Edit: May 09, 2006, 11:14:41 AM by rsmith » Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7660



WWW
« Reply #113 on: May 09, 2006, 06:42:44 AM »

@rsmith

saw that you have used an older version of the view.php in your modul version. Have made a few more changes with <? and <?php and restructured the file for me to better understand what's happening in it. Attached there is a new version 1.5 with all this and the deleted debugging line. Please use this version.

Matthias
« Last Edit: May 09, 2006, 10:05:13 PM by ruebenwurzel » Logged
ami

Offline Offline

Posts: 27


« Reply #114 on: May 09, 2006, 11:40:23 AM »

Hi,

I just downloaded this module to test - installed it - while creating a page I got the following error message:
Code:
Table 'wgs.wb_mod_event_settings' doesn't exist

After that looking on this site to edit, there is shown the following code:
Code:
Fatal error: Call to a member function on a non-object in
/usr/local/httpd/virtuell/wiehengebirgsschule/www-data/modules/event/modify.php on line 44

May be its an error of this strange school computer, will try  it later from home.

Or is there something missing in my installation process?

Greets, Axel
« Last Edit: May 09, 2006, 11:44:59 AM by ami » Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7660



WWW
« Reply #115 on: May 09, 2006, 12:03:28 PM »

Hello,

yes there seems to be going something wrong with your installation. Can you try to uninstall and then do a new install.

It seems that the tables are not correct created.

Matthias
Logged
pcwacht
Guest
« Reply #116 on: May 09, 2006, 12:07:28 PM »

And you did install through
admin -> addons -> modules -> etc?


If you only ftp-ed the files it won't get installed..



John
Logged
ami

Offline Offline

Posts: 27


« Reply #117 on: May 09, 2006, 07:28:05 PM »

So, back at home.

I deinstalled that module, downloaded it again, installed it (successful, no error message). Then I tried to create a new page with this module. The same problems described above.

Quote
And you did install through
admin -> addons -> modules -> etc?

Correct, that was my way.

Update: I tried it on another webspace - there it works. May be there is a problem with the webserver, php, mysql or something else. Will try more...

Axel
« Last Edit: May 09, 2006, 07:36:50 PM by ami » Logged
pcwacht
Guest
« Reply #118 on: May 09, 2006, 08:35:36 PM »

During the install fase the tables should be made.
Have a look in install.php, there you will see what tables needs to be made

You could open a code section and paste the content of install.php without the <?php and ?> into it and view that code page.
Maybe it 'll show some errors wich could reveal the problem


John
Logged
ami

Offline Offline

Posts: 27


« Reply #119 on: May 09, 2006, 09:23:21 PM »

Hi John,

I did so, created a code page and inserted the content of install.php in the codepage-textarea. Clicking on save produces the following error:
Code:
You have an error in your SQL syntax near '\'' ,'' . '' `evheader` VARCHAR(128) NOT NULL DEFAULT \''\'' ,'' . '' '
at line 1

So I did not get a result when viewing the page.  huh

Some additions:
I reinstalled the module with options - modules - etc. The table mod_event_settings does not exist, the table mod_event_dates has been created.

Axel
« Last Edit: May 09, 2006, 09:31:14 PM by ami » Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7660



WWW
« Reply #120 on: May 09, 2006, 10:04:00 PM »

Hello ami,

i think it has to do with the mysql version. With wich version does it work and with wich it doesn't? We changed something in install.php to make the modules compatible to the newest mysql versions. Maybe we have to fix some more or go back for older versions.

Thanks for your infos.

Matthias
Logged
Tin

Offline Offline

Posts: 114



« Reply #121 on: May 10, 2006, 01:24:07 PM »

Hi

Short question - I thought that outdated events are deleted from dislplay and from database? Or did I misss something?

Over here, outdated events are still displayed in the monthly overview.

Martin
Logged

Gruss von Tin
rsmith

Offline Offline

Posts: 194


« Reply #122 on: May 10, 2006, 01:26:58 PM »

Hi

Quote
I thought that outdated events are deleted from dislplay and from database?
Currently No, Outdate events are not removed from the database, ie You can see what happend last month etc...

This could be an additional setting added in the future


Rob
Logged
ami

Offline Offline

Posts: 27


« Reply #123 on: May 10, 2006, 01:32:09 PM »

Hi there,

here are the version numbers of my webservers:

First: PHP 4.1.2, mysql 3.23.37, (Apache 1.3.22) - on this server I got the problems
Second: PHP 4.3.8, mysql 3.23.49, (Apache 2.0.50) - it works correct

Axel
Logged
Tin

Offline Offline

Posts: 114



« Reply #124 on: May 10, 2006, 01:34:14 PM »

This could be an additional setting added in the future

Ok - you put it on the list ? wink     

Martin
Logged

Gruss von Tin
Pages: 1 ... 3 4 [5] 6 7   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!