New in Campsite
  • First of all, thanks for this excellent piece of software.

    I have a few dudes, but before posting here I was searching in the
    manual and read it, bug tracker and forum-list.

    I was installed Campsite in my own server, and run perfect, but I
    describe bellow my dudes:

    1- I have Imagemagick in my server, so the thumbnails are resize ok. But
    these resized images are useful only for admin area?
    2- I know v3.3.6 have not resize automatically images for publishing.
    So, what method can I use to do it? Resizing locally and then upload?
    3- In System Preference, the field Editor Image Ratio have no effect to
    the upload images. Also I can't set (as manual say) hight and width
    values, because there are no field for these values.
    4- Is there a chance to add a custom fields for journalist profile?
    5- I was made a local clone of your git repository, because I want to
    test the last changes. But I see that some directory are not presente in
    v3.3.6, so I think it is not possible to overwrite v3.3.6 with those
    files from git repository. What can I do? Install a new copy of Campsite
    from the last sources?

    The follow I think go in the dev site, so sorry for this:

    1- Images in the wiki are broken: for instance:
    http://wiki.sourcefabric.org/display/CS/Image+Resizing+and+Z ooming
    2- If an article has an attachment, I can't download or vie in the
    browser. Each time I have click on the attachment link, I go to the
    frontpage
    3- Translating language to spanish I have found that some strings are
    not showed through Localizer page. For example, the words "Reorder" and
    "Author" in the articles.php file are there in the file, but not appear
    in the Localizer screen
    4- I always receive an email from Campsite, saying that the system is
    ok, but the email is send to an inexistent recipient. Campsite send to
    myapacheuser@myhost
    Can I configured in a file the recipient, and how to disable these
    notifications?

    Sorry for this big email, and for my bad english, I hope you can
    understand.

    Best regards
    Normando
  • 7 Comments sorted by
  • Vote Up0Vote Down Andrey PodshivalovAndrey Podshivalov
    Posts: 1,526Member, Administrator, Sourcefabric Team
    Normando Hall wrote on Wed, 30 June 2010 17:26

    4- I always receive an email from Campsite, saying that the system is
    ok, but the email is send to an inexistent recipient. Campsite send to
    myapacheuser@myhost
    Can I configured in a file the recipient, and how to disable these
    notifications?


    You need to run
    crontab -u myapacheuser -e
    and add redirect of the scripts standard output to /dev/null For example:
    0 */4 * * * /path_to_campsite/bin/campsite-indexer > /dev/null

  • Thanks Andrey.

    I will do it, because the email is send from Cron, not Campsite. I want
    to know if there is possible to send to an standard recipient like this:

    0 */4 * * * /path_to_campsite/bin/campsite-indexer> mail


    Normando

    El 30/06/2010 11:37 a.m., Andrey Podshivalov escribió:
    > Normando Hall wrote on Wed, 30 June 2010 17:26
    >
    >
    > 4- I always receive an email from Campsite, saying that the system is
    > ok, but the email is send to an inexistent recipient. Campsite send to
    > myapacheuser@myhost <mailto:myapacheuser@myhost>
    > Can I configured in a file the recipient, and how to disable these
    > notifications?
    >
    >
    >
    > You need to run
    > crontab -u myapacheuser -e
    > and add redirect of the scripts standard output to /dev/null For example:
    > 0 */4 * * * /path_to_campsite/bin/campsite-indexer> /dev/null
    >
    >
    >

  • Vote Up0Vote Down Andrey PodshivalovAndrey Podshivalov
    Posts: 1,526Member, Administrator, Sourcefabric Team
    Actually it isn't necessary because the standard output from these scripts has no important information.
  • Normando Hall escribió el mié, 30 junio 2010 11:26

    2- If an article has an attachment, I can't download or vie in the browser. Each time I have click on the attachment link, I go to the frontpage


    The only way I can fix this is preceding all the rewrite rules in .htaccess file with:

    RewriteRule ^(attachment) - [L]


    Also I can add whatever subdirectory I want to ignore rewriteengine

    RewriteRule ^(dir1|dir2|dirn) - [L]

  • Vote Up0Vote Down Andrey PodshivalovAndrey Podshivalov
    Posts: 1,526Member, Administrator, Sourcefabric Team
    Normando Hall wrote on Wed, 30 June 2010 17:26

    5- I was made a local clone of your git repository, because I want to
    test the last changes. But I see that some directory are not presente in
    v3.3.6, so I think it is not possible to overwrite v3.3.6 with those
    files from git repository. What can I do? Install a new copy of Campsite
    from the last sources?


    the master branch has been updated and ready to install/upgrade. You can overwrite your current installation of 3.3.6 by campsite/src from git repository to get last 3.4 development snapshot.
  • Thank you Andrey.

    I was installed 3.3.6 and then overwrite with the last git source, and
    run the upgrade. Now work much better. So, ignore my lasts items. I will
    test the last version now, and create a bug or NFR if necessary.

    When I want to made a clean install from the last source, I get an error
    in the step about adding a demo template. I not remember now, but say
    something like SQL insert cause an error. The problematic insert is the
    table contents.

    Normando

    El 01/07/2010 02:25 p.m., Andrey Podshivalov escribió:
    > Normando Hall wrote on Wed, 30 June 2010 17:26
    >
    >
    > 5- I was made a local clone of your git repository, because I want to
    > test the last changes. But I see that some directory are not
    > presente in
    > v3.3.6, so I think it is not possible to overwrite v3.3.6 with those
    > files from git repository. What can I do? Install a new copy of
    > Campsite
    > from the last sources?
    >
    >
    >
    > the master branch has been updated and ready to install/upgrade. You
    > can overwrite your current installation of 3.3.6 by campsite/src from
    > git repository to get last 3.4 development snapshot.
    >
    >

  • Vote Up0Vote Down Andrey PodshivalovAndrey Podshivalov
    Posts: 1,526Member, Administrator, Sourcefabric Team
    thank you for report,

    the demo data will be fixed soon.

    On Fri, Jul 2, 2010 at 7:13 AM, Normando Hall wrote:

    >
    > When I want to made a clean install from the last source, I get an error
    > in the step about adding a demo template. I not remember now, but say
    > something like SQL insert cause an error. The problematic insert is the
    > table contents.
    >
    >
    >